Click here to Skip to main content
16,007,504 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A peculiar scope problem Pin
Joe Woodbury16-Jan-03 13:49
professionalJoe Woodbury16-Jan-03 13:49 
GeneralRe: A peculiar scope problem Pin
Mike Nordell16-Jan-03 12:23
Mike Nordell16-Jan-03 12:23 
GeneralRe: A peculiar scope problem Pin
peterchen16-Jan-03 12:30
peterchen16-Jan-03 12:30 
GeneralRe: A peculiar scope problem Pin
Mike Nordell16-Jan-03 12:41
Mike Nordell16-Jan-03 12:41 
GeneralRe: A peculiar scope problem Pin
Joe Woodbury16-Jan-03 13:34
professionalJoe Woodbury16-Jan-03 13:34 
GeneralDOXYGEN questions Pin
peterchen16-Jan-03 9:34
peterchen16-Jan-03 9:34 
GeneralRe: DOXYGEN questions Pin
Taka Muraoka16-Jan-03 11:08
Taka Muraoka16-Jan-03 11:08 
GeneralRe: DOXYGEN questions Pin
peterchen16-Jan-03 11:27
peterchen16-Jan-03 11:27 
Thanks!

#1) When using the recursive flag, everything is documented at the same level. However, with the following structure:
FooLib\
BarDll\
Appl\
I'd like to have sth. like "Project FooLib", "Project BarLib" etc. as oder criteria. If I udnerstand correctly that's what I can somehow achieve with the \ingroup / \addtogroup / \defgroup identifiers, but I didn't get it working at all.

#2) for the class:
struct CBar
{
  /// Documented Method. This one has been documented
  void Documented();
  
  void Undocumented();     // not documented. 
}


I get the following HTML (rougly):

struct CBar
public methods:
void Documented();
Documented Method
void Undocumented(); (1)

Details:
void Documented()
Documented Method.
This one has been documented
implemented in bar.cpp, line 22

void Undocumented() (2)
implemented in bar.cpp, line 77

I played around, I either have both (1) and (2), or none of them. What I'd like is (1), but not (2).

Part of the project is a large code base with very irregular comments (can't auto-convert into doxygen style). I'd like to progressively touch up the parts I'm working on anyway, but I have no chance to document everything on one run. Yet I'd like to see the member listing, but without the bulky information-free details section.


Those who not hear the music think the dancers are mad.  [sighist] [Agile Programming]
GeneralRe: DOXYGEN questions Pin
Taka Muraoka16-Jan-03 11:52
Taka Muraoka16-Jan-03 11:52 
GeneralRe: DOXYGEN questions Pin
peterchen16-Jan-03 12:23
peterchen16-Jan-03 12:23 
GeneralRe: DOXYGEN questions Pin
Taka Muraoka16-Jan-03 13:08
Taka Muraoka16-Jan-03 13:08 
GeneralMaking CHTMLEditView work Pin
trimtrom16-Jan-03 9:20
trimtrom16-Jan-03 9:20 
GeneralRe: Making CHTMLEditView work Pin
Neville Franks16-Jan-03 9:50
Neville Franks16-Jan-03 9:50 
GeneralRe: Making CHTMLEditView work Pin
trimtrom18-Jan-03 6:00
trimtrom18-Jan-03 6:00 
QuestionCStringArray - why the hell is that failing? Pin
User 665816-Jan-03 8:48
User 665816-Jan-03 8:48 
AnswerRe: CStringArray - why the hell is that failing? Pin
Gary Kirkham16-Jan-03 9:23
Gary Kirkham16-Jan-03 9:23 
GeneralRe: CStringArray - why the hell is that failing? Pin
User 665816-Jan-03 9:30
User 665816-Jan-03 9:30 
AnswerRe: CStringArray - why the hell is that failing? Pin
Chris Meech16-Jan-03 9:37
Chris Meech16-Jan-03 9:37 
GeneralTHANKS BOTH, FOUND THE PROBLEM Pin
User 665816-Jan-03 9:44
User 665816-Jan-03 9:44 
Generaltriggering a button click handler from a menu item, and vice versa Pin
ns16-Jan-03 8:46
ns16-Jan-03 8:46 
GeneralRe: triggering a button click handler from a menu item, and vice versa Pin
Michael Dunn16-Jan-03 9:05
sitebuilderMichael Dunn16-Jan-03 9:05 
GeneralRe: triggering a button click handler from a menu item, and vice versa Pin
Ben Burnett16-Jan-03 9:09
Ben Burnett16-Jan-03 9:09 
GeneralThanks for both resolutions! Pin
ns16-Jan-03 9:10
ns16-Jan-03 9:10 
Generalgetting one menu item to trigger another Pin
ns16-Jan-03 8:43
ns16-Jan-03 8:43 
GeneralRe: getting one menu item to trigger another Pin
Maximilien16-Jan-03 8:50
Maximilien16-Jan-03 8:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.