|
|
@@ -38,20 +38,20 @@ PROJECT_NAME = "GamecraftModdingAPI" |
|
|
|
# could be handy for archiving the generated documentation or if some version |
|
|
|
# control system is used. |
|
|
|
|
|
|
|
PROJECT_NUMBER = |
|
|
|
PROJECT_NUMBER = "v0.1.2.0" |
|
|
|
|
|
|
|
# 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 a |
|
|
|
# quick idea about the purpose of the project. Keep the description short. |
|
|
|
|
|
|
|
PROJECT_BRIEF = |
|
|
|
PROJECT_BRIEF = "The unofficial Gamecraft modding API" |
|
|
|
|
|
|
|
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included |
|
|
|
# in the documentation. The maximum height of the logo should not exceed 55 |
|
|
|
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy |
|
|
|
# the logo to the output directory. |
|
|
|
|
|
|
|
PROJECT_LOGO = |
|
|
|
PROJECT_LOGO = ./docs/logo.png |
|
|
|
|
|
|
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path |
|
|
|
# into which the generated documentation will be written. If a relative path is |
|
|
@@ -76,7 +76,7 @@ CREATE_SUBDIRS = NO |
|
|
|
# U+3044. |
|
|
|
# The default value is: NO. |
|
|
|
|
|
|
|
ALLOW_UNICODE_NAMES = NO |
|
|
|
ALLOW_UNICODE_NAMES = YES |
|
|
|
|
|
|
|
# The OUTPUT_LANGUAGE tag is used to specify the language in which all |
|
|
|
# documentation generated by doxygen is written. Doxygen will use this |
|
|
@@ -99,7 +99,7 @@ OUTPUT_LANGUAGE = English |
|
|
|
# Possible values are: None, LTR, RTL and Context. |
|
|
|
# The default value is: None. |
|
|
|
|
|
|
|
OUTPUT_TEXT_DIRECTION = None |
|
|
|
OUTPUT_TEXT_DIRECTION = LTR |
|
|
|
|
|
|
|
# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member |
|
|
|
# descriptions after the members that are listed in the file and class |
|
|
@@ -151,7 +151,7 @@ ALWAYS_DETAILED_SEC = NO |
|
|
|
# operators of the base classes will not be shown. |
|
|
|
# The default value is: NO. |
|
|
|
|
|
|
|
INLINE_INHERITED_MEMB = NO |
|
|
|
INLINE_INHERITED_MEMB = YES |
|
|
|
|
|
|
|
# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path |
|
|
|
# before files name in the file list and in the header files. If set to NO the |
|
|
@@ -467,7 +467,7 @@ LOOKUP_CACHE_SIZE = 0 |
|
|
|
# normally produced when WARNINGS is set to YES. |
|
|
|
# The default value is: NO. |
|
|
|
|
|
|
|
EXTRACT_ALL = NO |
|
|
|
EXTRACT_ALL = YES |
|
|
|
|
|
|
|
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will |
|
|
|
# be included in the documentation. |
|
|
@@ -616,7 +616,7 @@ SORT_MEMBER_DOCS = YES |
|
|
|
# this will also influence the order of the classes in the class list. |
|
|
|
# The default value is: NO. |
|
|
|
|
|
|
|
SORT_BRIEF_DOCS = NO |
|
|
|
SORT_BRIEF_DOCS = YES |
|
|
|
|
|
|
|
# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the |
|
|
|
# (brief and detailed) documentation of class members so that constructors and |
|
|
@@ -628,14 +628,14 @@ SORT_BRIEF_DOCS = NO |
|
|
|
# detailed member documentation. |
|
|
|
# The default value is: NO. |
|
|
|
|
|
|
|
SORT_MEMBERS_CTORS_1ST = NO |
|
|
|
SORT_MEMBERS_CTORS_1ST = YES |
|
|
|
|
|
|
|
# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy |
|
|
|
# of group names into alphabetical order. If set to NO the group names will |
|
|
|
# appear in their defined order. |
|
|
|
# The default value is: NO. |
|
|
|
|
|
|
|
SORT_GROUP_NAMES = NO |
|
|
|
SORT_GROUP_NAMES = YES |
|
|
|
|
|
|
|
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by |
|
|
|
# fully-qualified names, including namespaces. If set to NO, the class list will |
|
|
@@ -741,7 +741,7 @@ FILE_VERSION_FILTER = |
|
|
|
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE |
|
|
|
# tag is left empty. |
|
|
|
|
|
|
|
LAYOUT_FILE = |
|
|
|
LAYOUT_FILE = doxygen.xml |
|
|
|
|
|
|
|
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing |
|
|
|
# the reference definitions. This must be a list of .bib files. The .bib |
|
|
@@ -795,7 +795,7 @@ WARN_IF_DOC_ERROR = YES |
|
|
|
# EXTRACT_ALL is set to YES then this flag will automatically be disabled. |
|
|
|
# The default value is: NO. |
|
|
|
|
|
|
|
WARN_NO_PARAMDOC = NO |
|
|
|
WARN_NO_PARAMDOC = YES |
|
|
|
|
|
|
|
# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when |
|
|
|
# a warning is encountered. |
|
|
@@ -817,7 +817,7 @@ WARN_FORMAT = "$file:$line: $text" |
|
|
|
# messages should be written. If left blank the output is written to standard |
|
|
|
# error (stderr). |
|
|
|
|
|
|
|
WARN_LOGFILE = |
|
|
|
WARN_LOGFILE = dox.log |
|
|
|
|
|
|
|
#--------------------------------------------------------------------------- |
|
|
|
# Configuration options related to the input files |
|
|
@@ -917,7 +917,7 @@ RECURSIVE = YES |
|
|
|
# Note that relative paths are relative to the directory from which doxygen is |
|
|
|
# run. |
|
|
|
|
|
|
|
EXCLUDE = |
|
|
|
EXCLUDE = ./GamecraftModdingAPI/bin ./GamecraftModdingAPI/obj |
|
|
|
|
|
|
|
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or |
|
|
|
# directories that are symbolic links (a Unix file system feature) are excluded |
|
|
@@ -1082,7 +1082,7 @@ REFERENCES_LINK_SOURCE = YES |
|
|
|
# The default value is: YES. |
|
|
|
# This tag requires that the tag SOURCE_BROWSER is set to YES. |
|
|
|
|
|
|
|
SOURCE_TOOLTIPS = YES |
|
|
|
SOURCE_TOOLTIPS = NO |
|
|
|
|
|
|
|
# If the USE_HTAGS tag is set to YES then the references to source code will |
|
|
|
# point to the HTML generated by the htags(1) tool instead of doxygen built-in |
|
|
@@ -1182,7 +1182,7 @@ HTML_FILE_EXTENSION = .html |
|
|
|
# of the possible markers and block names see the documentation. |
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
|
|
|
|
|
|
|
HTML_HEADER = |
|
|
|
HTML_HEADER = ./docs/header.html |
|
|
|
|
|
|
|
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each |
|
|
|
# generated HTML page. If the tag is left blank doxygen will generate a standard |
|
|
@@ -1192,7 +1192,7 @@ HTML_HEADER = |
|
|
|
# that doxygen normally uses. |
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
|
|
|
|
|
|
|
HTML_FOOTER = |
|
|
|
HTML_FOOTER = ./docs/footer.html |
|
|
|
|
|
|
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style |
|
|
|
# sheet that is used by each HTML page. It can be used to fine-tune the look of |
|
|
@@ -1217,7 +1217,7 @@ HTML_STYLESHEET = |
|
|
|
# list). For an example see the documentation. |
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
|
|
|
|
|
|
|
HTML_EXTRA_STYLESHEET = |
|
|
|
HTML_EXTRA_STYLESHEET = ./docs/style.css |
|
|
|
|
|
|
|
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or |
|
|
|
# other source files which should be copied to the HTML output directory. Note |
|
|
@@ -1238,7 +1238,7 @@ HTML_EXTRA_FILES = |
|
|
|
# Minimum value: 0, maximum value: 359, default value: 220. |
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
|
|
|
|
|
|
|
HTML_COLORSTYLE_HUE = 220 |
|
|
|
HTML_COLORSTYLE_HUE = 120 |
|
|
|
|
|
|
|
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors |
|
|
|
# in the HTML output. For a value of 0 the output will use grayscales only. A |
|
|
@@ -1246,7 +1246,7 @@ HTML_COLORSTYLE_HUE = 220 |
|
|
|
# Minimum value: 0, maximum value: 255, default value: 100. |
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
|
|
|
|
|
|
|
HTML_COLORSTYLE_SAT = 100 |
|
|
|
HTML_COLORSTYLE_SAT = 200 |
|
|
|
|
|
|
|
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the |
|
|
|
# luminance component of the colors in the HTML output. Values below 100 |
|
|
@@ -1257,7 +1257,7 @@ HTML_COLORSTYLE_SAT = 100 |
|
|
|
# Minimum value: 40, maximum value: 240, default value: 80. |
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
|
|
|
|
|
|
|
HTML_COLORSTYLE_GAMMA = 80 |
|
|
|
HTML_COLORSTYLE_GAMMA = 200 |
|
|
|
|
|
|
|
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML |
|
|
|
# page will contain the date and time when the page was generated. Setting this |
|
|
@@ -1266,7 +1266,7 @@ HTML_COLORSTYLE_GAMMA = 80 |
|
|
|
# The default value is: NO. |
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
|
|
|
|
|
|
|
HTML_TIMESTAMP = NO |
|
|
|
HTML_TIMESTAMP = YES |
|
|
|
|
|
|
|
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML |
|
|
|
# documentation will contain a main index with vertical navigation menus that |
|
|
@@ -1277,7 +1277,7 @@ HTML_TIMESTAMP = NO |
|
|
|
# The default value is: YES. |
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
|
|
|
|
|
|
|
HTML_DYNAMIC_MENUS = YES |
|
|
|
HTML_DYNAMIC_MENUS = NO |
|
|
|
|
|
|
|
# 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 |
|
|
@@ -1497,7 +1497,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project |
|
|
|
# The default value is: NO. |
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
|
|
|
|
|
|
|
DISABLE_INDEX = NO |
|
|
|
DISABLE_INDEX = YES |
|
|
|
|
|
|
|
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index |
|
|
|
# structure should be generated to display hierarchical information. If the tag |
|
|
@@ -1514,7 +1514,7 @@ DISABLE_INDEX = NO |
|
|
|
# The default value is: NO. |
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
|
|
|
|
|
|
|
GENERATE_TREEVIEW = NO |
|
|
|
GENERATE_TREEVIEW = YES |
|
|
|
|
|
|
|
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that |
|
|
|
# doxygen will group on one line in the generated HTML documentation. |
|
|
@@ -1524,7 +1524,7 @@ GENERATE_TREEVIEW = NO |
|
|
|
# Minimum value: 0, maximum value: 20, default value: 4. |
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
|
|
|
|
|
|
|
ENUM_VALUES_PER_LINE = 4 |
|
|
|
ENUM_VALUES_PER_LINE = 1 |
|
|
|
|
|
|
|
# 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 is shown. |
|
|
@@ -1538,7 +1538,7 @@ TREEVIEW_WIDTH = 250 |
|
|
|
# The default value is: NO. |
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
|
|
|
|
|
|
|
EXT_LINKS_IN_WINDOW = NO |
|
|
|
EXT_LINKS_IN_WINDOW = YES |
|
|
|
|
|
|
|
# Use this tag to change the font size of LaTeX formulas included as images in |
|
|
|
# the HTML documentation. When you change the font size after a successful |
|
|
@@ -1708,7 +1708,7 @@ EXTRA_SEARCH_MAPPINGS = |
|
|
|
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output. |
|
|
|
# The default value is: YES. |
|
|
|
|
|
|
|
GENERATE_LATEX = YES |
|
|
|
GENERATE_LATEX = NO |
|
|
|
|
|
|
|
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a |
|
|
|
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of |
|
|
@@ -2010,7 +2010,7 @@ MAN_LINKS = NO |
|
|
|
# captures the structure of the code including all documentation. |
|
|
|
# The default value is: NO. |
|
|
|
|
|
|
|
GENERATE_XML = NO |
|
|
|
GENERATE_XML = YES |
|
|
|
|
|
|
|
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a |
|
|
|
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of |
|
|
@@ -2336,7 +2336,7 @@ GROUP_GRAPHS = YES |
|
|
|
# The default value is: NO. |
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES. |
|
|
|
|
|
|
|
UML_LOOK = NO |
|
|
|
UML_LOOK = YES |
|
|
|
|
|
|
|
# If the UML_LOOK tag is enabled, the fields and methods are shown inside the |
|
|
|
# class node. If there are many fields or methods and many nodes the graph may |
|
|
|