Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 8, 2009, 12:36:08 AM (16 years ago)
Author:
dafrick
Message:

Merging of the current QuestSystem branch.

Location:
code/branches/questsystem5
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem5

  • code/branches/questsystem5/doc/api/doxy.config.in

    r2710 r2907  
    2424# if some version control system is used.
    2525
    26 PROJECT_NUMBER         = @PROJECT_VERSION@
     26PROJECT_NUMBER         = "@ORXONOX_VERSION@ Codename: @ORXONOX_VERSION_NAME@"
    2727
    2828# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
     
    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
     
    101111# operators of the base classes will not be shown.
    102112
    103 INLINE_INHERITED_MEMB  = YES
     113INLINE_INHERITED_MEMB  = NO
    104114
    105115# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
     
    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                = @CMAKE_SOURCE_DIR@/src/bullet/
    491501
    492502# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
     
    502512# for example use the pattern */test/*
    503513
    504 EXCLUDE_PATTERNS       =
     514EXCLUDE_PATTERNS       = */.svn/*
    505515
    506516# The EXAMPLE_PATH tag can be used to specify one or more files or
     
    508518# the \include command).
    509519
    510 EXAMPLE_PATH           = @DOXY_INPUT_DIR@
     520EXAMPLE_PATH           = @CMAKE_SOURCE_DIR@/doc/examples/
    511521
    512522# If the value of the EXAMPLE_PATH tag contains directories, you can use the
     
    532542# the \image command).
    533543
    534 IMAGE_PATH             = @DOXY_INPUT_DIR@
     544IMAGE_PATH             = @CMAKE_SOURCE_DIR@/doc/images/
    535545
    536546
     
    569579# VERBATIM_HEADERS is set to NO.
    570580
    571 SOURCE_BROWSER         = YES
     581SOURCE_BROWSER         = NO
    572582
    573583# Setting the INLINE_SOURCES tag to YES will include the body
     
    580590# fragments. Normal C and C++ comments will always remain visible.
    581591
    582 STRIP_CODE_COMMENTS    = NO
     592STRIP_CODE_COMMENTS    = YES
    583593
    584594# If the REFERENCED_BY_RELATION tag is set to YES (the default)
     
    735745# probably better off using the HTML help feature.
    736746
    737 GENERATE_TREEVIEW      = YES
     747GENERATE_TREEVIEW      = NO
    738748
    739749# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
     
    781791# executive. If left blank a4wide will be used.
    782792
    783 PAPER_TYPE             = a4
     793PAPER_TYPE             = a4wide
    784794
    785795# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
     
    10671077# will be listed.
    10681078
    1069 ALLEXTERNALS           = YES
     1079ALLEXTERNALS           = NO
    10701080
    10711081# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
     
    11351145# relations between templates and their instances.
    11361146
    1137 TEMPLATE_RELATIONS     = YES
     1147TEMPLATE_RELATIONS     = NO
    11381148
    11391149# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
     
    11871197
    11881198DOTFILE_DIRS           =
    1189 
    1190 # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width
    1191 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
    1192 # this value, doxygen will try to truncate the graph, so that it fits within
    1193 # the specified constraint. Beware that most browsers cannot cope with very
    1194 # large images.
    1195 
    1196 MAX_DOT_GRAPH_WIDTH    = 1280
    1197 
    1198 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height
    1199 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
    1200 # this value, doxygen will try to truncate the graph, so that it fits within
    1201 # the specified constraint. Beware that most browsers cannot cope with very
    1202 # large images.
    1203 
    1204 MAX_DOT_GRAPH_HEIGHT   = 1024
    12051199
    12061200# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
     
    12141208# the graph is not depth-constrained.
    12151209
    1216 MAX_DOT_GRAPH_DEPTH    = 0
     1210MAX_DOT_GRAPH_DEPTH    = 1000
    12171211
    12181212# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
     
    12301224# JW
    12311225# DOT_MULTI_TARGETS      = NO
    1232 DOT_MULTI_TARGETS      = YES
     1226DOT_MULTI_TARGETS      = NO
    12331227
    12341228# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
Note: See TracChangeset for help on using the changeset viewer.