Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2874


Ignore:
Timestamp:
Mar 31, 2009, 12:10:42 PM (15 years ago)
Author:
bknecht
Message:

Changes in Doxygen to check if it works on nautilus to compile it together

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/doc/api/doxy.config.in

    r2710 r2874  
    8888# "represents" "a" "an" "the"
    8989
    90 ABBREVIATE_BRIEF       =
     90ABBREVIATE_BRIEF       = "The $name class" \
     91                         "The $name widget" \
     92                         "The $name file" \
     93                         is \
     94                         provides \
     95                         specifies \
     96                         contains \
     97                         represents \
     98                         a \
     99                         an \
     100                         the
    91101
    92102# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
     
    140150# explicit @brief command for a brief description.
    141151
    142 JAVADOC_AUTOBRIEF      = YES
     152JAVADOC_AUTOBRIEF      = NO
    143153
    144154# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
     
    172182# Doxygen uses this value to replace tabs by spaces in code fragments.
    173183
    174 TAB_SIZE               = 2
     184TAB_SIZE               = 4
    175185
    176186# This tag can be used to specify a number of aliases that acts
     
    204214# diagrams that involve STL classes more complete and accurate.
    205215
    206 # BUILTIN_STL_SUPPORT    = NO
     216BUILTIN_STL_SUPPORT    = NO
    207217
    208218# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
     
    488498# subdirectory from a directory tree whose root is specified with the INPUT tag.
    489499
    490 EXCLUDE                =
     500EXCLUDE                = src/bullet/ \
     501                         .svn/
    491502
    492503# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
     
    569580# VERBATIM_HEADERS is set to NO.
    570581
    571 SOURCE_BROWSER         = YES
     582SOURCE_BROWSER         = NO
    572583
    573584# Setting the INLINE_SOURCES tag to YES will include the body
     
    580591# fragments. Normal C and C++ comments will always remain visible.
    581592
    582 STRIP_CODE_COMMENTS    = NO
     593STRIP_CODE_COMMENTS    = YES
    583594
    584595# If the REFERENCED_BY_RELATION tag is set to YES (the default)
     
    735746# probably better off using the HTML help feature.
    736747
    737 GENERATE_TREEVIEW      = YES
     748GENERATE_TREEVIEW      = NO
    738749
    739750# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
     
    781792# executive. If left blank a4wide will be used.
    782793
    783 PAPER_TYPE             = a4
     794PAPER_TYPE             = a4wide
    784795
    785796# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
     
    10671078# will be listed.
    10681079
    1069 ALLEXTERNALS           = YES
     1080ALLEXTERNALS           = NO
    10701081
    10711082# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
     
    11351146# relations between templates and their instances.
    11361147
    1137 TEMPLATE_RELATIONS     = YES
     1148TEMPLATE_RELATIONS     = NO
    11381149
    11391150# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
     
    12141225# the graph is not depth-constrained.
    12151226
    1216 MAX_DOT_GRAPH_DEPTH    = 0
     1227MAX_DOT_GRAPH_DEPTH    = 1000
    12171228
    12181229# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
     
    12301241# JW
    12311242# DOT_MULTI_TARGETS      = NO
    1232 DOT_MULTI_TARGETS      = YES
     1243DOT_MULTI_TARGETS      = NO
    12331244
    12341245# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
Note: See TracChangeset for help on using the changeset viewer.