updated doxy config
This commit is contained in:
parent
f7f7381ac8
commit
0c9fe317b3
3 changed files with 9 additions and 7 deletions
3
Doku/Doxygen/.gitignore
vendored
Normal file
3
Doku/Doxygen/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
/html/
|
||||
/latex/
|
||||
/xml/
|
|
@ -51,14 +51,14 @@ PROJECT_BRIEF = "... better know the details."
|
|||
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
|
||||
# the logo to the output directory.
|
||||
|
||||
PROJECT_LOGO = Doku/Bilder/coderace_logo.JPG
|
||||
PROJECT_LOGO = ../Bilder/coderace_logo.JPG
|
||||
|
||||
# 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
|
||||
# entered, it will be relative to the location where doxygen was started. If
|
||||
# left blank the current directory will be used.
|
||||
|
||||
OUTPUT_DIRECTORY = Doku/Doxygen/
|
||||
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
|
||||
|
@ -68,7 +68,7 @@ OUTPUT_DIRECTORY = Doku/Doxygen/
|
|||
# performance problems for the file system.
|
||||
# The default value is: NO.
|
||||
|
||||
CREATE_SUBDIRS = YES
|
||||
CREATE_SUBDIRS = NO
|
||||
|
||||
# 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
|
||||
|
@ -790,7 +790,7 @@ WARN_LOGFILE =
|
|||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = Arduino/libraries/CodeRacer
|
||||
INPUT = ../../vsode/coderacer_mkII/src ../../vsode/coderacer_mkII/include
|
||||
|
||||
# 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
|
||||
|
@ -1666,7 +1666,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 = NO
|
||||
GENERATE_LATEX = YES
|
||||
|
||||
# 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
|
||||
|
@ -1700,7 +1700,7 @@ MAKEINDEX_CMD_NAME = makeindex
|
|||
# The default value is: NO.
|
||||
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
||||
|
||||
COMPACT_LATEX = NO
|
||||
COMPACT_LATEX = YES
|
||||
|
||||
# The PAPER_TYPE tag can be used to set the paper type that is used by the
|
||||
# printer.
|
||||
|
|
|
@ -9,7 +9,6 @@ HTML_EXTRA_STYLESHEET = \
|
|||
https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600 \
|
||||
../css/m-dark+documentation.compiled.css
|
||||
M_THEME_COLOR = #0094ff
|
||||
M_FAVICON = favicon.png
|
||||
|
||||
# navbar
|
||||
M_LINKS_NAVBAR1 =
|
||||
|
|
Loading…
Reference in a new issue