Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Reverted to revision 2906 (because I'm too stupid to merge correctly, 2nd try will follow shortly. ;))

Location:
code/branches/questsystem5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem5

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

    r2907 r2908  
    2424# if some version control system is used.
    2525
    26 PROJECT_NUMBER         = "@ORXONOX_VERSION@ Codename: @ORXONOX_VERSION_NAME@"
     26PROJECT_NUMBER         = @PROJECT_VERSION@
    2727
    2828# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
     
    8888# "represents" "a" "an" "the"
    8989
    90 ABBREVIATE_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
     90ABBREVIATE_BRIEF       =
    10191
    10292# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
     
    111101# operators of the base classes will not be shown.
    112102
    113 INLINE_INHERITED_MEMB  = NO
     103INLINE_INHERITED_MEMB  = YES
    114104
    115105# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
     
    150140# explicit @brief command for a brief description.
    151141
    152 JAVADOC_AUTOBRIEF      = NO
     142JAVADOC_AUTOBRIEF      = YES
    153143
    154144# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
     
    182172# Doxygen uses this value to replace tabs by spaces in code fragments.
    183173
    184 TAB_SIZE               = 4
     174TAB_SIZE               = 2
    185175
    186176# This tag can be used to specify a number of aliases that acts
     
    214204# diagrams that involve STL classes more complete and accurate.
    215205
    216 BUILTIN_STL_SUPPORT    = NO
     206# BUILTIN_STL_SUPPORT    = NO
    217207
    218208# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
     
    498488# subdirectory from a directory tree whose root is specified with the INPUT tag.
    499489
    500 EXCLUDE                = @CMAKE_SOURCE_DIR@/src/bullet/
     490EXCLUDE                =
    501491
    502492# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
     
    512502# for example use the pattern */test/*
    513503
    514 EXCLUDE_PATTERNS       = */.svn/*
     504EXCLUDE_PATTERNS       =
    515505
    516506# The EXAMPLE_PATH tag can be used to specify one or more files or
     
    518508# the \include command).
    519509
    520 EXAMPLE_PATH           = @CMAKE_SOURCE_DIR@/doc/examples/
     510EXAMPLE_PATH           = @DOXY_INPUT_DIR@
    521511
    522512# If the value of the EXAMPLE_PATH tag contains directories, you can use the
     
    542532# the \image command).
    543533
    544 IMAGE_PATH             = @CMAKE_SOURCE_DIR@/doc/images/
     534IMAGE_PATH             = @DOXY_INPUT_DIR@
    545535
    546536
     
    579569# VERBATIM_HEADERS is set to NO.
    580570
    581 SOURCE_BROWSER         = NO
     571SOURCE_BROWSER         = YES
    582572
    583573# Setting the INLINE_SOURCES tag to YES will include the body
     
    590580# fragments. Normal C and C++ comments will always remain visible.
    591581
    592 STRIP_CODE_COMMENTS    = YES
     582STRIP_CODE_COMMENTS    = NO
    593583
    594584# If the REFERENCED_BY_RELATION tag is set to YES (the default)
     
    745735# probably better off using the HTML help feature.
    746736
    747 GENERATE_TREEVIEW      = NO
     737GENERATE_TREEVIEW      = YES
    748738
    749739# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
     
    791781# executive. If left blank a4wide will be used.
    792782
    793 PAPER_TYPE             = a4wide
     783PAPER_TYPE             = a4
    794784
    795785# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
     
    10771067# will be listed.
    10781068
    1079 ALLEXTERNALS           = NO
     1069ALLEXTERNALS           = YES
    10801070
    10811071# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
     
    11451135# relations between templates and their instances.
    11461136
    1147 TEMPLATE_RELATIONS     = NO
     1137TEMPLATE_RELATIONS     = YES
    11481138
    11491139# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
     
    11971187
    11981188DOTFILE_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
     1196MAX_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
     1204MAX_DOT_GRAPH_HEIGHT   = 1024
    11991205
    12001206# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
     
    12081214# the graph is not depth-constrained.
    12091215
    1210 MAX_DOT_GRAPH_DEPTH    = 1000
     1216MAX_DOT_GRAPH_DEPTH    = 0
    12111217
    12121218# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
     
    12241230# JW
    12251231# DOT_MULTI_TARGETS      = NO
    1226 DOT_MULTI_TARGETS      = NO
     1232DOT_MULTI_TARGETS      = YES
    12271233
    12281234# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
Note: See TracChangeset for help on using the changeset viewer.