From db08bf1ac026e9a798f4e1fe3f4bd800f4754777 Mon Sep 17 00:00:00 2001 From: NGnius Date: Wed, 12 May 2021 20:00:33 -0400 Subject: [PATCH] Fix docs (hopefully) --- doxygen.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doxygen.conf b/doxygen.conf index 4b1eaed..2747deb 100644 --- a/doxygen.conf +++ b/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