Changeset 432 for trunk/doxygen
- Timestamp:
- 07/11/06 09:55:49 (2 years ago)
- Location:
- trunk/doxygen
- Files:
-
- 2 modified
-
Doxyfile (modified) (2 diffs)
-
readme_doxygen.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doxygen/Doxyfile
r408 r432 232 232 #--------------------------------------------------------------------------- 233 233 CLASS_DIAGRAMS = NO 234 HIDE_UNDOC_RELATIONS = YES234 HIDE_UNDOC_RELATIONS = NO 235 235 HAVE_DOT = YES 236 236 CLASS_GRAPH = YES … … 257 257 # Configuration::additions related to the search engine 258 258 #--------------------------------------------------------------------------- 259 SEARCHENGINE = NO259 SEARCHENGINE = YES -
trunk/doxygen/readme_doxygen.txt
r408 r432 1 to change options in setup file (Doxyfile) do 2 doxywizard Doxyfile 3 mode - optimize for C output 4 5 expert tab has many options 6 1 7 to run doxygen and create output do 2 8 doxygen Doxyfile
