Changeset 245 for trunk/desktop/dox
- Timestamp:
- Mar 10, 2007, 4:21:32 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/dox/desktop.dox
r224 r245 48 48 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES 49 49 50 EXTRACT_ALL = YES50 EXTRACT_ALL = NO 51 51 52 52 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class … … 324 324 # subdirectory from a directory tree whose root is specified with the INPUT tag. 325 325 326 EXCLUDE = 326 EXCLUDE = ./../class_h/ 327 327 328 328 # If the value of the INPUT tag contains directories, you can use the … … 330 330 # certain files from those directories. 331 331 332 EXCLUDE_PATTERNS = *.*~ 332 EXCLUDE_PATTERNS = *.*~ 333 333 334 334 # The EXAMPLE_PATH tag can be used to specify one or more files or
Note:
See TracChangeset
for help on using the changeset viewer.