Changeset 647
- Timestamp:
- Sep 13, 2006, 1:01:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/doxygen.config
r642 r647 151 151 STRIP_FROM_PATH = ../ 152 152 153 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of 154 # the path mentioned in the documentation of a class, which tells 155 # the reader which header file to include in order to use a class. 156 # If left blank only the name of the header file containing the class 157 # definition is used. Otherwise one should specify the include paths that 158 # are normally passed to the compiler using the -I flag. 159 160 STRIP_FROM_INC_PATH = ../ 161 153 162 # The INTERNAL_DOCS tag determines if documentation 154 163 # that is typed after a \internal command is included. If the tag is set … … 341 350 # *.h++ *.idl 342 351 343 FILE_PATTERNS = 352 FILE_PATTERNS = *.h 344 353 345 354 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
Note: See TracChangeset
for help on using the changeset viewer.