Changeset 1426


Ignore:
Timestamp:
16/02/10 19:18:25 (2 years ago)
Author:
Freddie Akeroyd
Message:

Tweak formnatting. Refs #220.

Location:
trunk/doc/doxygen
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/doxygen/Doxyfile_c

    r1424 r1426  
    138138# (thus requiring an explicit @brief command for a brief description.) 
    139139 
    140 JAVADOC_AUTOBRIEF      = NO 
     140JAVADOC_AUTOBRIEF      = YES 
    141141 
    142142# If the QT_AUTOBRIEF tag is set to YES then Doxygen will 
     
    146146# an explicit \brief command for a brief description.) 
    147147 
    148 QT_AUTOBRIEF           = NO 
     148QT_AUTOBRIEF           = YES 
    149149 
    150150# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 
  • trunk/doc/doxygen/Doxyfile_cpp

    r1424 r1426  
    138138# (thus requiring an explicit @brief command for a brief description.) 
    139139 
    140 JAVADOC_AUTOBRIEF      = NO 
     140JAVADOC_AUTOBRIEF      = YES 
    141141 
    142142# If the QT_AUTOBRIEF tag is set to YES then Doxygen will 
     
    146146# an explicit \brief command for a brief description.) 
    147147 
    148 QT_AUTOBRIEF           = NO 
     148QT_AUTOBRIEF           = YES 
    149149 
    150150# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 
     
    187187# of all members will be omitted, etc. 
    188188 
    189 OPTIMIZE_OUTPUT_FOR_C  = YES 
     189OPTIMIZE_OUTPUT_FOR_C  = NO 
    190190 
    191191# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java 
  • trunk/doc/doxygen/Doxyfile_f77

    r1425 r1426  
    138138# (thus requiring an explicit @brief command for a brief description.) 
    139139 
    140 JAVADOC_AUTOBRIEF      = NO 
     140JAVADOC_AUTOBRIEF      = YES 
    141141 
    142142# If the QT_AUTOBRIEF tag is set to YES then Doxygen will 
     
    146146# an explicit \brief command for a brief description.) 
    147147 
    148 QT_AUTOBRIEF           = NO 
     148QT_AUTOBRIEF           = YES 
    149149 
    150150# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 
  • trunk/doc/doxygen/Doxyfile_f90

    r1425 r1426  
    138138# (thus requiring an explicit @brief command for a brief description.) 
    139139 
    140 JAVADOC_AUTOBRIEF      = NO 
     140JAVADOC_AUTOBRIEF      = YES 
    141141 
    142142# If the QT_AUTOBRIEF tag is set to YES then Doxygen will 
     
    146146# an explicit \brief command for a brief description.) 
    147147 
    148 QT_AUTOBRIEF           = NO 
     148QT_AUTOBRIEF           = YES 
    149149 
    150150# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 
  • trunk/doc/doxygen/Doxyfile_java

    r1424 r1426  
    138138# (thus requiring an explicit @brief command for a brief description.) 
    139139 
    140 JAVADOC_AUTOBRIEF      = NO 
     140JAVADOC_AUTOBRIEF      = YES 
    141141 
    142142# If the QT_AUTOBRIEF tag is set to YES then Doxygen will 
     
    146146# an explicit \brief command for a brief description.) 
    147147 
    148 QT_AUTOBRIEF           = NO 
     148QT_AUTOBRIEF           = YES 
    149149 
    150150# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 
  • trunk/doc/doxygen/Doxyfile_python

    r1424 r1426  
    138138# (thus requiring an explicit @brief command for a brief description.) 
    139139 
    140 JAVADOC_AUTOBRIEF      = NO 
     140JAVADOC_AUTOBRIEF      = YES 
    141141 
    142142# If the QT_AUTOBRIEF tag is set to YES then Doxygen will 
     
    146146# an explicit \brief command for a brief description.) 
    147147 
    148 QT_AUTOBRIEF           = NO 
     148QT_AUTOBRIEF           = YES 
    149149 
    150150# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 
     
    194194# scopes will look different, etc. 
    195195 
    196 OPTIMIZE_OUTPUT_JAVA   = NO 
     196OPTIMIZE_OUTPUT_JAVA   = YES 
    197197 
    198198# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran 
Note: See TracChangeset for help on using the changeset viewer.