RE: [Doxygen-users] Documenting C code
Brought to you by:
dimitri
From: Prikryl,Petr <PRI...@sk...> - 2001-12-06 06:19:39
|
The simplified attachment is better than 1000 words. Please try to select some of the sources, including your Doxyfile, to reconstruct the problem. As said in documentation, it is preferable when you do: doxygen -s Doxyfile to strip the comments from your Doxyfile. Regards, Petr > -----Original Message----- > From: Bernd Brandstetter [SMTP:bb...@fr...] > Sent: Wednesday, December 05, 2001 6:50 PM > To: dox...@li... > Subject: [Doxygen-users] Documenting C code > > Hi, > > I'm relatively new to doxygen and this list, so please forgive me if this > is a FAQ: > > While I'm very satisfied with doxygen's output for C++ files I didn't > manage to get a reasonable result for C code. In fact, doxygen doesn't > document anything besides the file list as long as I don't set > EXTRACT_ALL to YES in which case it really documents everything -- > including all structures and functions which I don't want to be documented > > and therefore didn't spend a doxygen comment. > This is independent of the settings of EXTRACT_PRIVATE, EXTRACT_STATIC, > HIDE_UNDOC_MEMBERS and OPTIMIZE_OUTPUT_FOR_C. > > Is this a bug, a feature or am I simply doing something wrong? > (I'm using doxygen-1.12). > > Bye, > Bernd > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users |