|
|
|
|
|
|
# Doxyfile 1.8.13 |
|
|
|
|
|
|
|
# To generate the C# API documentation, run: |
|
|
|
# |
|
|
|
# |
|
|
|
# doxygen dox-ml-agents.conf |
|
|
|
# |
|
|
|
# from the ml-agents-docs directory |
|
|
|
|
|
|
# title of most generated pages and in a few other places. |
|
|
|
# The default value is: My Project. |
|
|
|
|
|
|
|
PROJECT_NAME = "ML-Agents Toolkit" |
|
|
|
PROJECT_NAME = "Unity ML-Agents Toolkit" |
|
|
|
PROJECT_NUMBER = v0.4 |
|
|
|
PROJECT_NUMBER = |
|
|
|
PROJECT_BRIEF = |
|
|
|
PROJECT_BRIEF = |
|
|
|
|
|
|
|
# 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 |
|
|
|
|
|
|
# entered, it will be relative to the location where doxygen was started. If |
|
|
|
# left blank the current directory will be used. |
|
|
|
|
|
|
|
OUTPUT_DIRECTORY = |
|
|
|
OUTPUT_DIRECTORY = |
|
|
|
|
|
|
|
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- |
|
|
|
# directories (in 2 levels) under the output directory of each output format and |
|
|
|
|
|
|
# will be relative from the directory where doxygen is started. |
|
|
|
# This tag requires that the tag FULL_PATH_NAMES is set to YES. |
|
|
|
|
|
|
|
STRIP_FROM_PATH = |
|
|
|
STRIP_FROM_PATH = |
|
|
|
|
|
|
|
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the |
|
|
|
# path mentioned in the documentation of a class, which tells the reader which |
|
|
|
|
|
|
# using the -I flag. |
|
|
|
|
|
|
|
STRIP_FROM_INC_PATH = |
|
|
|
STRIP_FROM_INC_PATH = |
|
|
|
|
|
|
|
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but |
|
|
|
# less readable) file names. This can be useful is your file systems doesn't |
|
|
|
|
|
|
# "Side Effects:". You can put \n's in the value part of an alias to insert |
|
|
|
# newlines. |
|
|
|
|
|
|
|
ALIASES = |
|
|
|
ALIASES = |
|
|
|
TCL_SUBST = |
|
|
|
TCL_SUBST = |
|
|
|
|
|
|
|
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources |
|
|
|
# only. Doxygen will then generate output that is more tailored for C. For |
|
|
|
|
|
|
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise |
|
|
|
# the files are not read by doxygen. |
|
|
|
|
|
|
|
EXTENSION_MAPPING = |
|
|
|
EXTENSION_MAPPING = |
|
|
|
|
|
|
|
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments |
|
|
|
# according to the Markdown format, which allows for more readable |
|
|
|
|
|
|
# sections, marked by \if <section_label> ... \endif and \cond <section_label> |
|
|
|
# ... \endcond blocks. |
|
|
|
|
|
|
|
ENABLED_SECTIONS = |
|
|
|
ENABLED_SECTIONS = |
|
|
|
|
|
|
|
# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the |
|
|
|
# initial value of a variable or macro / define can have for it to appear in the |
|
|
|
|
|
|
# by doxygen. Whatever the program writes to standard output is used as the file |
|
|
|
# version. For an example see the documentation. |
|
|
|
|
|
|
|
FILE_VERSION_FILTER = |
|
|
|
FILE_VERSION_FILTER = |
|
|
|
|
|
|
|
# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed |
|
|
|
# by doxygen. The layout file controls the global structure of the generated |
|
|
|
|
|
|
# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the |
|
|
|
# search path. See also \cite for info how to create references. |
|
|
|
|
|
|
|
CITE_BIB_FILES = |
|
|
|
CITE_BIB_FILES = |
|
|
|
|
|
|
|
#--------------------------------------------------------------------------- |
|
|
|
# Configuration options related to warning and progress messages |
|
|
|
|
|
|
# messages should be written. If left blank the output is written to standard |
|
|
|
# error (stderr). |
|
|
|
|
|
|
|
WARN_LOGFILE = |
|
|
|
WARN_LOGFILE = |
|
|
|
|
|
|
|
#--------------------------------------------------------------------------- |
|
|
|
# Configuration options related to the input files |
|
|
|
|
|
|
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING |
|
|
|
# Note: If this tag is empty the current directory is searched. |
|
|
|
|
|
|
|
INPUT = ../Project/Assets/ML-Agents/Scripts/Academy.cs \ |
|
|
|
../Project/Assets/ML-Agents/Scripts/Agent.cs \ |
|
|
|
../Project/Assets/ML-Agents/Scripts/Monitor.cs \ |
|
|
|
../Project/Assets/ML-Agents/Scripts/Decision.cs |
|
|
|
INPUT = ../com.unity.ml-agents/Runtime/ |
|
|
|
|
|
|
|
# This tag can be used to specify the character encoding of the source files |
|
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |
|
|
|
|
|
|
# Note that relative paths are relative to the directory from which doxygen is |
|
|
|
# run. |
|
|
|
|
|
|
|
EXCLUDE = |
|
|
|
EXCLUDE = |
|
|
|
|
|
|
|
# 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 |
|
|
|
|
|
|
# Note that the wildcards are matched against the file with absolute path, so to |
|
|
|
# exclude all test directories for example use the pattern */test/* |
|
|
|
|
|
|
|
EXCLUDE_PATTERNS = |
|
|
|
EXCLUDE_PATTERNS = |
|
|
|
|
|
|
|
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names |
|
|
|
# (namespaces, classes, functions, etc.) that should be excluded from the |
|
|
|
|
|
|
# Note that the wildcards are matched against the file with absolute path, so to |
|
|
|
# exclude all test directories use the pattern */test/* |
|
|
|
|
|
|
|
EXCLUDE_SYMBOLS = |
|
|
|
EXCLUDE_SYMBOLS = |
|
|
|
EXAMPLE_PATH = |
|
|
|
EXAMPLE_PATH = |
|
|
|
|
|
|
|
# If the value of the EXAMPLE_PATH tag contains directories, you can use the |
|
|
|
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and |
|
|
|
|
|
|
EXAMPLE_PATTERNS = |
|
|
|
EXAMPLE_PATTERNS = |
|
|
|
|
|
|
|
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be |
|
|
|
# searched for input files to be used with the \include or \dontinclude commands |
|
|
|
|
|
|
# need to set EXTENSION_MAPPING for the extension otherwise the files are not |
|
|
|
# properly processed by doxygen. |
|
|
|
|
|
|
|
INPUT_FILTER = |
|
|
|
INPUT_FILTER = |
|
|
|
|
|
|
|
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern |
|
|
|
# basis. Doxygen will compare the file name with each pattern and apply the |
|
|
|
|
|
|
# need to set EXTENSION_MAPPING for the extension otherwise the files are not |
|
|
|
# properly processed by doxygen. |
|
|
|
|
|
|
|
FILTER_PATTERNS = |
|
|
|
FILTER_PATTERNS = |
|
|
|
|
|
|
|
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using |
|
|
|
# INPUT_FILTER) will also be used to filter the input files that are used for |
|
|
|
|
|
|
# *.ext= (so without naming a filter). |
|
|
|
# This tag requires that the tag FILTER_SOURCE_FILES is set to YES. |
|
|
|
|
|
|
|
FILTER_SOURCE_PATTERNS = |
|
|
|
FILTER_SOURCE_PATTERNS = |
|
|
|
|
|
|
|
# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that |
|
|
|
# is part of the input, its contents will be placed on the main page |
|
|
|
|
|
|
# generated with the -Duse-libclang=ON option for CMake. |
|
|
|
# The default value is: NO. |
|
|
|
|
|
|
|
CLANG_ASSISTED_PARSING = NO |
|
|
|
#CLANG_ASSISTED_PARSING = NO |
|
|
|
|
|
|
|
# If clang assisted parsing is enabled you can provide the compiler with command |
|
|
|
# line options that you would normally use when invoking the compiler. Note that |
|
|
|
|
|
|
|
|
|
|
CLANG_OPTIONS = |
|
|
|
#CLANG_OPTIONS = |
|
|
|
|
|
|
|
#--------------------------------------------------------------------------- |
|
|
|
# Configuration options related to the alphabetical class index |
|
|
|
|
|
|
# while generating the index headers. |
|
|
|
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. |
|
|
|
|
|
|
|
IGNORE_PREFIX = |
|
|
|
IGNORE_PREFIX = |
|
|
|
|
|
|
|
#--------------------------------------------------------------------------- |
|
|
|
# Configuration options related to the HTML output |
|
|
|
|
|
|
# files will be copied as-is; there are no commands or markers available. |
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
|
|
|
|
|
|
|
HTML_EXTRA_FILES = |
|
|
|
HTML_EXTRA_FILES = |
|
|
|
|
|
|
|
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen |
|
|
|
# will adjust the colors in the style sheet and background images according to |
|
|
|
|
|
|
# written to the html output directory. |
|
|
|
# This tag requires that the tag GENERATE_HTMLHELP is set to YES. |
|
|
|
|
|
|
|
CHM_FILE = |
|
|
|
CHM_FILE = |
|
|
|
|
|
|
|
# The HHC_LOCATION tag can be used to specify the location (absolute path |
|
|
|
# including file name) of the HTML help compiler (hhc.exe). If non-empty, |
|
|
|
|
|
|
|
|
|
|
HHC_LOCATION = |
|
|
|
HHC_LOCATION = |
|
|
|
|
|
|
|
# The GENERATE_CHI flag controls if a separate .chi index file is generated |
|
|
|
# (YES) or that it should be included in the master .chm file (NO). |
|
|
|
|
|
|
# and project file content. |
|
|
|
# This tag requires that the tag GENERATE_HTMLHELP is set to YES. |
|
|
|
|
|
|
|
CHM_INDEX_ENCODING = |
|
|
|
CHM_INDEX_ENCODING = |
|
|
|
|
|
|
|
# The BINARY_TOC flag controls whether a binary table of contents is generated |
|
|
|
# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it |
|
|
|
|
|
|
# the HTML output folder. |
|
|
|
# This tag requires that the tag GENERATE_QHP is set to YES. |
|
|
|
|
|
|
|
QCH_FILE = |
|
|
|
QCH_FILE = |
|
|
|
|
|
|
|
# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help |
|
|
|
# Project output. For more information please see Qt Help Project / Namespace |
|
|
|
|
|
|
# filters). |
|
|
|
# This tag requires that the tag GENERATE_QHP is set to YES. |
|
|
|
|
|
|
|
QHP_CUST_FILTER_NAME = |
|
|
|
QHP_CUST_FILTER_NAME = |
|
|
|
|
|
|
|
# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the |
|
|
|
# custom filter to add. For more information please see Qt Help Project / Custom |
|
|
|
|
|
|
|
|
|
|
QHP_CUST_FILTER_ATTRS = |
|
|
|
QHP_CUST_FILTER_ATTRS = |
|
|
|
|
|
|
|
# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this |
|
|
|
# project's filter section matches. Qt Help Project / Filter Attributes (see: |
|
|
|
|
|
|
QHP_SECT_FILTER_ATTRS = |
|
|
|
QHP_SECT_FILTER_ATTRS = |
|
|
|
|
|
|
|
# The QHG_LOCATION tag can be used to specify the location of Qt's |
|
|
|
# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the |
|
|
|
|
|
|
QHG_LOCATION = |
|
|
|
QHG_LOCATION = |
|
|
|
|
|
|
|
# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be |
|
|
|
# generated, together with the HTML files, they form an Eclipse help plugin. To |
|
|
|
|
|
|
# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols |
|
|
|
# This tag requires that the tag USE_MATHJAX is set to YES. |
|
|
|
|
|
|
|
MATHJAX_EXTENSIONS = |
|
|
|
MATHJAX_EXTENSIONS = |
|
|
|
|
|
|
|
# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces |
|
|
|
# of code that will be used on startup of the MathJax code. See the MathJax site |
|
|
|
|
|
|
|
|
|
|
MATHJAX_CODEFILE = |
|
|
|
MATHJAX_CODEFILE = |
|
|
|
|
|
|
|
# When the SEARCHENGINE tag is enabled doxygen will generate a search box for |
|
|
|
# the HTML output. The underlying search engine uses javascript and DHTML and |
|
|
|
|
|
|
# Searching" for details. |
|
|
|
# This tag requires that the tag SEARCHENGINE is set to YES. |
|
|
|
|
|
|
|
SEARCHENGINE_URL = |
|
|
|
SEARCHENGINE_URL = |
|
|
|
|
|
|
|
# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed |
|
|
|
# search data is written to a file for indexing by an external tool. With the |
|
|
|
|
|
|
# projects and redirect the results back to the right project. |
|
|
|
# This tag requires that the tag SEARCHENGINE is set to YES. |
|
|
|
|
|
|
|
EXTERNAL_SEARCH_ID = |
|
|
|
EXTERNAL_SEARCH_ID = |
|
|
|
|
|
|
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen |
|
|
|
# projects other than the one defined by this configuration file, but that are |
|
|
|
|
|
|
# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... |
|
|
|
# This tag requires that the tag SEARCHENGINE is set to YES. |
|
|
|
|
|
|
|
EXTRA_SEARCH_MAPPINGS = |
|
|
|
EXTRA_SEARCH_MAPPINGS = |
|
|
|
|
|
|
|
#--------------------------------------------------------------------------- |
|
|
|
# Configuration options related to the LaTeX output |
|
|
|
|
|
|
# If left blank no extra packages will be included. |
|
|
|
# This tag requires that the tag GENERATE_LATEX is set to YES. |
|
|
|
|
|
|
|
EXTRA_PACKAGES = |
|
|
|
EXTRA_PACKAGES = |
|
|
|
|
|
|
|
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for the |
|
|
|
# generated LaTeX document. The header should contain everything until the first |
|
|
|
|
|
|
# to HTML_HEADER. |
|
|
|
# This tag requires that the tag GENERATE_LATEX is set to YES. |
|
|
|
|
|
|
|
LATEX_HEADER = |
|
|
|
LATEX_HEADER = |
|
|
|
|
|
|
|
# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the |
|
|
|
# generated LaTeX document. The footer should contain everything after the last |
|
|
|
|
|
|
# Note: Only use a user-defined footer if you know what you are doing! |
|
|
|
# This tag requires that the tag GENERATE_LATEX is set to YES. |
|
|
|
|
|
|
|
LATEX_FOOTER = |
|
|
|
LATEX_FOOTER = |
|
|
|
|
|
|
|
# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined |
|
|
|
# LaTeX style sheets that are included after the standard style sheets created |
|
|
|
|
|
|
# list). |
|
|
|
# This tag requires that the tag GENERATE_LATEX is set to YES. |
|
|
|
|
|
|
|
LATEX_EXTRA_STYLESHEET = |
|
|
|
LATEX_EXTRA_STYLESHEET = |
|
|
|
|
|
|
|
# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or |
|
|
|
# other source files which should be copied to the LATEX_OUTPUT output |
|
|
|
|
|
|
|
|
|
|
LATEX_EXTRA_FILES = |
|
|
|
LATEX_EXTRA_FILES = |
|
|
|
|
|
|
|
# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is |
|
|
|
# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will |
|
|
|
|
|
|
# default style sheet that doxygen normally uses. |
|
|
|
# This tag requires that the tag GENERATE_RTF is set to YES. |
|
|
|
|
|
|
|
RTF_STYLESHEET_FILE = |
|
|
|
RTF_STYLESHEET_FILE = |
|
|
|
|
|
|
|
# Set optional variables used in the generation of an RTF document. Syntax is |
|
|
|
# similar to doxygen's config file. A template extensions file can be generated |
|
|
|
|
|
|
RTF_EXTENSIONS_FILE = |
|
|
|
RTF_EXTENSIONS_FILE = |
|
|
|
|
|
|
|
# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code |
|
|
|
# with syntax highlighting in the RTF output. |
|
|
|
|
|
|
# MAN_EXTENSION with the initial . removed. |
|
|
|
# This tag requires that the tag GENERATE_MAN is set to YES. |
|
|
|
|
|
|
|
MAN_SUBDIR = |
|
|
|
MAN_SUBDIR = |
|
|
|
|
|
|
|
# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it |
|
|
|
# will generate one additional man file for each entity documented in the real |
|
|
|
|
|
|
# overwrite each other's variables. |
|
|
|
# This tag requires that the tag GENERATE_PERLMOD is set to YES. |
|
|
|
|
|
|
|
PERLMOD_MAKEVAR_PREFIX = |
|
|
|
PERLMOD_MAKEVAR_PREFIX = |
|
|
|
|
|
|
|
#--------------------------------------------------------------------------- |
|
|
|
# Configuration options related to the preprocessor |
|
|
|
|
|
|
# preprocessor. |
|
|
|
# This tag requires that the tag SEARCH_INCLUDES is set to YES. |
|
|
|
|
|
|
|
INCLUDE_PATH = |
|
|
|
INCLUDE_PATH = |
|
|
|
|
|
|
|
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard |
|
|
|
# patterns (like *.h and *.hpp) to filter out the header-files in the |
|
|
|
|
|
|
|
|
|
|
INCLUDE_FILE_PATTERNS = |
|
|
|
INCLUDE_FILE_PATTERNS = |
|
|
|
|
|
|
|
# The PREDEFINED tag can be used to specify one or more macro names that are |
|
|
|
# defined before the preprocessor is started (similar to the -D option of e.g. |
|
|
|
|
|
|
# definition found in the source code. |
|
|
|
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |
|
|
|
|
|
|
|
EXPAND_AS_DEFINED = |
|
|
|
EXPAND_AS_DEFINED = |
|
|
|
|
|
|
|
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will |
|
|
|
# remove all references to function-like macros that are alone on a line, have |
|
|
|
|
|
|
# the path). If a tag file is not located in the directory in which doxygen is |
|
|
|
# run, you must also specify the path to the tagfile here. |
|
|
|
|
|
|
|
TAGFILES = |
|
|
|
TAGFILES = |
|
|
|
GENERATE_TAGFILE = |
|
|
|
GENERATE_TAGFILE = |
|
|
|
|
|
|
|
# If the ALLEXTERNALS tag is set to YES, all external class will be listed in |
|
|
|
# the class index. If set to NO, only the inherited external classes will be |
|
|
|
|
|
|
# interpreter (i.e. the result of 'which perl'). |
|
|
|
# The default file (with absolute path) is: /usr/bin/perl. |
|
|
|
|
|
|
|
PERL_PATH = /usr/bin/perl |
|
|
|
#PERL_PATH = /usr/bin/perl |
|
|
|
|
|
|
|
#--------------------------------------------------------------------------- |
|
|
|
# Configuration options related to the dot tool |
|
|
|
|
|
|
# the mscgen tool resides. If left empty the tool is assumed to be found in the |
|
|
|
# default search path. |
|
|
|
|
|
|
|
MSCGEN_PATH = |
|
|
|
#MSCGEN_PATH = |
|
|
|
|
|
|
|
# You can include diagrams made with dia in doxygen documentation. Doxygen will |
|
|
|
# then run dia to produce the diagram and insert it in the documentation. The |
|
|
|
|
|
|
DIA_PATH = |
|
|
|
DIA_PATH = |
|
|
|
|
|
|
|
# If set to YES the inheritance and collaboration graphs will hide inheritance |
|
|
|
# and usage relations if the target is undocumented or is not a class. |
|
|
|
|
|
|
# the path where dot can find it using this tag. |
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES. |
|
|
|
|
|
|
|
DOT_FONTPATH = |
|
|
|
DOT_FONTPATH = |
|
|
|
|
|
|
|
# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for |
|
|
|
# each documented class showing the direct and indirect inheritance relations. |
|
|
|
|
|
|
# found. If left blank, it is assumed the dot tool can be found in the path. |
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES. |
|
|
|
|
|
|
|
DOT_PATH = |
|
|
|
DOT_PATH = |
|
|
|
|
|
|
|
# The DOTFILE_DIRS tag can be used to specify one or more directories that |
|
|
|
# contain dot files that are included in the documentation (see the \dotfile |
|
|
|
|
|
|
DOTFILE_DIRS = |
|
|
|
DOTFILE_DIRS = |
|
|
|
MSCFILE_DIRS = |
|
|
|
MSCFILE_DIRS = |
|
|
|
DIAFILE_DIRS = |
|
|
|
DIAFILE_DIRS = |
|
|
|
|
|
|
|
# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the |
|
|
|
# path where java can find the plantuml.jar file. If left blank, it is assumed |
|
|
|
|
|
|
|
|
|
|
PLANTUML_JAR_PATH = |
|
|
|
PLANTUML_JAR_PATH = |
|
|
|
PLANTUML_CFG_FILE = |
|
|
|
PLANTUML_CFG_FILE = |
|
|
|
PLANTUML_INCLUDE_PATH = |
|
|
|
PLANTUML_INCLUDE_PATH = |
|
|
|
|
|
|
|
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes |
|
|
|
# that will be shown in the graph. If the number of nodes in a graph becomes |
|
|
|