Changeset 432 for trunk/doxygen

Show
Ignore:
Timestamp:
07/11/06 09:55:49 (2 years ago)
Author:
gary
Message:

*.c, *.h - change format of to-do statements to be in doxygen format - old format was TODO[tab]priority[tab]statement

doxygen uses string \todo to enter into its to do list - priority is still in the strong but not recognized by doxygen

Location:
trunk/doxygen
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/doxygen/Doxyfile

    r408 r432  
    232232#--------------------------------------------------------------------------- 
    233233CLASS_DIAGRAMS         = NO 
    234 HIDE_UNDOC_RELATIONS   = YES 
     234HIDE_UNDOC_RELATIONS   = NO 
    235235HAVE_DOT               = YES 
    236236CLASS_GRAPH            = YES 
     
    257257# Configuration::additions related to the search engine    
    258258#--------------------------------------------------------------------------- 
    259 SEARCHENGINE           = NO 
     259SEARCHENGINE           = YES 
  • trunk/doxygen/readme_doxygen.txt

    r408 r432  
     1to change options in setup file (Doxyfile) do  
     2doxywizard Doxyfile 
     3mode - optimize for C output 
     4 
     5expert tab has many options  
     6 
    17to run doxygen and create output do 
    28doxygen Doxyfile