Skip to content

Commit

Permalink
📚 Cleanup doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Jul 15, 2018
1 parent 9223932 commit dedf61d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 11,178 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -29,3 +29,5 @@ libangelscript_addons*.a
cmake-build-release
cmake-build-debug
/.vs

build/
1,545 changes: 0 additions & 1,545 deletions doc/doxygen/Doxyfile.angelscript.linux.conf

This file was deleted.

14 changes: 7 additions & 7 deletions doc/doxygen/Doxyfile.conf.in
Expand Up @@ -69,7 +69,7 @@ OUTPUT_DIRECTORY =
# performance problems for the file system.
# The default value is: NO.

CREATE_SUBDIRS = NO
CREATE_SUBDIRS = YES

# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
# characters to appear in the names of generated files. If set to NO, non-ASCII
Expand Down Expand Up @@ -244,7 +244,7 @@ TCL_SUBST =
# members will be omitted, etc.
# The default value is: NO.

OPTIMIZE_OUTPUT_FOR_C = NO
OPTIMIZE_OUTPUT_FOR_C = YES

# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
# Python sources only. Doxygen will then generate output that is more tailored
Expand Down Expand Up @@ -762,7 +762,7 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.

INPUT = @DOXYGEN_SOURCE_DIR@/MainPage.h \
@PROJECT_SOURCE_DIR@/source
@PROJECT_SOURCE_DIR@/source

# 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
Expand Down Expand Up @@ -850,7 +850,7 @@ EXAMPLE_RECURSIVE = NO
# that contain images that are to be included in the documentation (see the
# \image command).

IMAGE_PATH =
IMAGE_PATH =

# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
Expand Down Expand Up @@ -1110,7 +1110,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 = 30
HTML_COLORSTYLE_HUE = 29

# 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
Expand All @@ -1129,7 +1129,7 @@ HTML_COLORSTYLE_SAT = 255
# 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 = 240

# 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
Expand Down Expand Up @@ -2319,7 +2319,7 @@ PLANTUML_INCLUDE_PATH =
# Minimum value: 0, maximum value: 10000, default value: 50.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_GRAPH_MAX_NODES = 50
DOT_GRAPH_MAX_NODES = 100

# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
# generated by dot. A depth value of 3 means that only nodes reachable from the
Expand Down

0 comments on commit dedf61d

Please sign in to comment.