Fix docs (hopefully)
This commit is contained in:
parent
dd2680abd5
commit
db08bf1ac0
1 changed files with 5 additions and 5 deletions
10
doxygen.conf
10
doxygen.conf
|
@ -32,19 +32,19 @@ DOXYFILE_ENCODING = UTF-8
|
|||
# title of most generated pages and in a few other places.
|
||||
# The default value is: My Project.
|
||||
|
||||
PROJECT_NAME = "GamecraftModdingAPI"
|
||||
PROJECT_NAME = "TechbloxModdingAPI"
|
||||
|
||||
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = "v1.8.0"
|
||||
PROJECT_NUMBER = "v2.0.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 = "The unofficial Gamecraft modding API"
|
||||
PROJECT_BRIEF = "The unofficial Techblox 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
|
||||
|
@ -829,7 +829,7 @@ WARN_LOGFILE = dox.log
|
|||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT =./GamecraftModdingAPI/
|
||||
INPUT =./TechbloxModdingAPI/
|
||||
|
||||
# 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
|
||||
|
@ -917,7 +917,7 @@ RECURSIVE = YES
|
|||
# Note that relative paths are relative to the directory from which doxygen is
|
||||
# run.
|
||||
|
||||
EXCLUDE = ./GamecraftModdingAPI/bin ./GamecraftModdingAPI/obj
|
||||
EXCLUDE = ./TechbloxModdingAPI/bin ./TechbloxModdingAPI/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
|
||||
|
|
Loading…
Reference in a new issue