|
@@ -1,4 +1,4 @@
|
|
|
-# Doxyfile 1.8.1
|
|
|
|
|
|
|
+# Doxyfile 1.8.0
|
|
|
|
|
|
|
|
# This file describes the settings to be used by the documentation system
|
|
# This file describes the settings to be used by the documentation system
|
|
|
# doxygen (www.doxygen.org) for a project
|
|
# doxygen (www.doxygen.org) for a project
|
|
@@ -32,7 +32,7 @@ PROJECT_NAME = gameplay
|
|
|
# This could be handy for archiving the generated documentation or
|
|
# This could be handy for archiving the generated documentation or
|
|
|
# if some version control system is used.
|
|
# if some version control system is used.
|
|
|
|
|
|
|
|
-PROJECT_NUMBER = 1.4.0
|
|
|
|
|
|
|
+PROJECT_NUMBER = 1.5.0
|
|
|
|
|
|
|
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
|
|
# for a project that appears at the top of each page and should give viewer
|
|
# for a project that appears at the top of each page and should give viewer
|
|
@@ -564,6 +564,12 @@ MAX_INITIALIZER_LINES = 30
|
|
|
|
|
|
|
|
SHOW_USED_FILES = NO
|
|
SHOW_USED_FILES = NO
|
|
|
|
|
|
|
|
|
|
+# If the sources in your project are distributed over multiple directories
|
|
|
|
|
+# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
|
|
|
|
|
+# in the documentation. The default is NO.
|
|
|
|
|
+
|
|
|
|
|
+SHOW_DIRECTORIES = NO
|
|
|
|
|
+
|
|
|
# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
|
|
# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
|
|
|
# This will remove the Files entry from the Quick Index and from the
|
|
# This will remove the Files entry from the Quick Index and from the
|
|
|
# Folder Tree View (if specified). The default is YES.
|
|
# Folder Tree View (if specified). The default is YES.
|
|
@@ -948,23 +954,20 @@ HTML_COLORSTYLE_GAMMA = 80
|
|
|
|
|
|
|
|
HTML_TIMESTAMP = YES
|
|
HTML_TIMESTAMP = YES
|
|
|
|
|
|
|
|
|
|
+# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
|
|
|
|
|
+# files or namespaces will be aligned in HTML using tables. If set to
|
|
|
|
|
+# NO a bullet list will be used.
|
|
|
|
|
+
|
|
|
|
|
+HTML_ALIGN_MEMBERS = YES
|
|
|
|
|
+
|
|
|
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
|
|
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
|
|
|
# documentation will contain sections that can be hidden and shown after the
|
|
# documentation will contain sections that can be hidden and shown after the
|
|
|
-# page has loaded.
|
|
|
|
|
|
|
+# page has loaded. For this to work a browser that supports
|
|
|
|
|
+# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox
|
|
|
|
|
+# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).
|
|
|
|
|
|
|
|
HTML_DYNAMIC_SECTIONS = NO
|
|
HTML_DYNAMIC_SECTIONS = NO
|
|
|
|
|
|
|
|
-# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of
|
|
|
|
|
-# entries shown in the various tree structured indices initially; the user
|
|
|
|
|
-# can expand and collapse entries dynamically later on. Doxygen will expand
|
|
|
|
|
-# the tree to such a level that at most the specified number of entries are
|
|
|
|
|
-# visible (unless a fully collapsed tree already exceeds this amount).
|
|
|
|
|
-# So setting the number of entries 1 will produce a full collapsed tree by
|
|
|
|
|
-# default. 0 is a special value representing an infinite number of entries
|
|
|
|
|
-# and will result in a full expanded tree by default.
|
|
|
|
|
-
|
|
|
|
|
-HTML_INDEX_NUM_ENTRIES = 113
|
|
|
|
|
-
|
|
|
|
|
# If the GENERATE_DOCSET tag is set to YES, additional index files
|
|
# If the GENERATE_DOCSET tag is set to YES, additional index files
|
|
|
# will be generated that can be used as input for Apple's Xcode 3
|
|
# will be generated that can be used as input for Apple's Xcode 3
|
|
|
# integrated development environment, introduced with OSX 10.5 (Leopard).
|
|
# integrated development environment, introduced with OSX 10.5 (Leopard).
|
|
@@ -1143,6 +1146,11 @@ GENERATE_TREEVIEW = NO
|
|
|
|
|
|
|
|
ENUM_VALUES_PER_LINE = 4
|
|
ENUM_VALUES_PER_LINE = 4
|
|
|
|
|
|
|
|
|
|
+# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
|
|
|
|
|
+# and Class Hierarchy pages using a tree view instead of an ordered list.
|
|
|
|
|
+
|
|
|
|
|
+USE_INLINE_TREES = NO
|
|
|
|
|
+
|
|
|
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
|
|
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
|
|
|
# used to set the initial width (in pixels) of the frame in which the tree
|
|
# used to set the initial width (in pixels) of the frame in which the tree
|
|
|
# is shown.
|
|
# is shown.
|
|
@@ -1705,7 +1713,7 @@ CALLER_GRAPH = NO
|
|
|
|
|
|
|
|
GRAPHICAL_HIERARCHY = YES
|
|
GRAPHICAL_HIERARCHY = YES
|
|
|
|
|
|
|
|
-# If the DIRECTORY_GRAPH and HAVE_DOT tags are set to YES
|
|
|
|
|
|
|
+# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
|
|
|
# then doxygen will show the dependencies a directory has on other directories
|
|
# then doxygen will show the dependencies a directory has on other directories
|
|
|
# in a graphical way. The dependency relations are determined by the #include
|
|
# in a graphical way. The dependency relations are determined by the #include
|
|
|
# relations between the files in the directories.
|
|
# relations between the files in the directories.
|