- Timestamp:
- 12/18/09 10:52:13 (14 years ago)
- Files:
-
- trunk/libffado/doc/reference.doxygen.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/doc/reference.doxygen.in
r1716 r1753 100 100 # operators of the base classes will not be shown. 101 101 102 INLINE_INHERITED_MEMB = YES102 INLINE_INHERITED_MEMB = NO 103 103 104 104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full … … 187 187 # of all members will be omitted, etc. 188 188 189 OPTIMIZE_OUTPUT_FOR_C = YES189 OPTIMIZE_OUTPUT_FOR_C = NO 190 190 191 191 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java … … 226 226 # diagrams that involve STL classes more complete and accurate. 227 227 228 BUILTIN_STL_SUPPORT = NO228 BUILTIN_STL_SUPPORT = YES 229 229 230 230 # If you use Microsoft's C++/CLI language, you should set this option to YES to