Changeset 1426
- Timestamp:
- 16/02/10 19:18:25 (2 years ago)
- Location:
- trunk/doc/doxygen
- Files:
-
- 6 edited
-
Doxyfile_c (modified) (2 diffs)
-
Doxyfile_cpp (modified) (3 diffs)
-
Doxyfile_f77 (modified) (2 diffs)
-
Doxyfile_f90 (modified) (2 diffs)
-
Doxyfile_java (modified) (2 diffs)
-
Doxyfile_python (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/doxygen/Doxyfile_c
r1424 r1426 138 138 # (thus requiring an explicit @brief command for a brief description.) 139 139 140 JAVADOC_AUTOBRIEF = NO140 JAVADOC_AUTOBRIEF = YES 141 141 142 142 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will … … 146 146 # an explicit \brief command for a brief description.) 147 147 148 QT_AUTOBRIEF = NO148 QT_AUTOBRIEF = YES 149 149 150 150 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen -
trunk/doc/doxygen/Doxyfile_cpp
r1424 r1426 138 138 # (thus requiring an explicit @brief command for a brief description.) 139 139 140 JAVADOC_AUTOBRIEF = NO140 JAVADOC_AUTOBRIEF = YES 141 141 142 142 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will … … 146 146 # an explicit \brief command for a brief description.) 147 147 148 QT_AUTOBRIEF = NO148 QT_AUTOBRIEF = YES 149 149 150 150 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen … … 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 -
trunk/doc/doxygen/Doxyfile_f77
r1425 r1426 138 138 # (thus requiring an explicit @brief command for a brief description.) 139 139 140 JAVADOC_AUTOBRIEF = NO140 JAVADOC_AUTOBRIEF = YES 141 141 142 142 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will … … 146 146 # an explicit \brief command for a brief description.) 147 147 148 QT_AUTOBRIEF = NO148 QT_AUTOBRIEF = YES 149 149 150 150 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen -
trunk/doc/doxygen/Doxyfile_f90
r1425 r1426 138 138 # (thus requiring an explicit @brief command for a brief description.) 139 139 140 JAVADOC_AUTOBRIEF = NO140 JAVADOC_AUTOBRIEF = YES 141 141 142 142 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will … … 146 146 # an explicit \brief command for a brief description.) 147 147 148 QT_AUTOBRIEF = NO148 QT_AUTOBRIEF = YES 149 149 150 150 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen -
trunk/doc/doxygen/Doxyfile_java
r1424 r1426 138 138 # (thus requiring an explicit @brief command for a brief description.) 139 139 140 JAVADOC_AUTOBRIEF = NO140 JAVADOC_AUTOBRIEF = YES 141 141 142 142 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will … … 146 146 # an explicit \brief command for a brief description.) 147 147 148 QT_AUTOBRIEF = NO148 QT_AUTOBRIEF = YES 149 149 150 150 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen -
trunk/doc/doxygen/Doxyfile_python
r1424 r1426 138 138 # (thus requiring an explicit @brief command for a brief description.) 139 139 140 JAVADOC_AUTOBRIEF = NO140 JAVADOC_AUTOBRIEF = YES 141 141 142 142 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will … … 146 146 # an explicit \brief command for a brief description.) 147 147 148 QT_AUTOBRIEF = NO148 QT_AUTOBRIEF = YES 149 149 150 150 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen … … 194 194 # scopes will look different, etc. 195 195 196 OPTIMIZE_OUTPUT_JAVA = NO196 OPTIMIZE_OUTPUT_JAVA = YES 197 197 198 198 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
Note: See TracChangeset
for help on using the changeset viewer.
