[Doxygen-users] Re: Documenting C
Brought to you by:
dimitri
From: Scot W. <sc...@wi...> - 2002-01-16 16:38:37
|
I am having the same problem. *.c files create no output with EXTRACT_ALL=NO. My .h file does create output, so doxygen is indeed running and looking at files. I tried various comments within a .c file with no reaction. Doxygen 1.2.13.1 on Solaris 8 SPARC. > FROM: Bernd Brandstetter > DATE: 12/05/2001 09:49:53 > SUBJECT: [Doxygen-users] Documenting C > > 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. |