[mdlug] [TECH SUPPORT] doxygen, C (not C++), imake

Robert Meier list1c30fe42 at bellsouth.net
Tue Feb 26 18:23:38 EST 2008


doxygen users,

Is there a better tool than doxygen for extracting documentation from C code?

Is there a standard technique/target/macro for using doxygen with imake?

Does anyone have a Doxyfile they found useful for non-object-oriented C?

I'm looking to automate extraction of markup in C code.
The C code is not object oriented by struct,
but is weakly object oriented by file,
using static functions/variables analagous to private members,
and non-static functions analagous to public members.

I'm hoping someone more familiar with Doxyfile options can direct me
to settings that pick up
   @file marker in each file
   each static and non-static function whether or not marked
   static variables if marked

TIA,
-- 
Bob

  "The good news about computers is that they do what you tell them to do.
   The bad news is that they do what you tell them to do."
     -- Ted Nelson




More information about the mdlug mailing list