Changeset 303 for trunk/doc/doxygen.config
- Timestamp:
- Apr 30, 2005, 6:17:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/doxygen.config
r296 r303 50 50 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES 51 51 52 EXTRACT_ALL = NO52 EXTRACT_ALL = YES 53 53 54 54 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class … … 304 304 # with spaces. 305 305 306 INPUT = first_page.doxygen ../src306 INPUT = first_page.doxygen namespaces.doxygen ../lib 307 307 308 308 # If the value of the INPUT tag contains directories, you can use the
Note: See TracChangeset
for help on using the changeset viewer.