[Doxygen-develop] Documenting the psuedo-flow of functions with Doxygen?
Brought to you by:
dimitri
From: Mike A. <mik...@ya...> - 2001-11-08 07:21:59
|
Doxygen is great for documenting classes, functions, hierarchies, etc. But I'm wondering if there is a way to document the comments before each statement inside the body of a function to produce a psuedo-flow of operation. For example: void doSomething() { /// Do this and that string str = "test"; str += path; /// Do something x += 1; if( x >= 10) x = 0; } and the output would be: void doSomething(): * Do this and that * Do something I would find it usefull to create internal documentation on a higher level. Thanks! Mike __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com |