backend-infra-engineer: Release v0.3.3 snapshot
This commit is contained in:
18
Doxyfile
18
Doxyfile
@@ -74,7 +74,7 @@ PROJECT_ICON = "assets/yaze.ico"
|
||||
# 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 = build/docs
|
||||
|
||||
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
|
||||
# sub-directories (in 2 levels) under the output directory of each output format
|
||||
@@ -949,7 +949,9 @@ WARN_LOGFILE =
|
||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT =
|
||||
INPUT = docs/public \
|
||||
src \
|
||||
incl
|
||||
|
||||
# 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
|
||||
@@ -1055,10 +1057,12 @@ RECURSIVE = YES
|
||||
# run.
|
||||
|
||||
EXCLUDE = assets/ \
|
||||
build/ \
|
||||
cmake/ \
|
||||
docs/archive/ \
|
||||
src/lib/ \
|
||||
build/ \
|
||||
cmake/ \
|
||||
docs/html/ \
|
||||
docs/latex/ \
|
||||
docs/internal/ \
|
||||
src/lib/
|
||||
|
||||
# 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
|
||||
@@ -1169,7 +1173,7 @@ FILTER_SOURCE_PATTERNS =
|
||||
# (index.html). This can be useful if you have a project on for instance GitHub
|
||||
# and want to reuse the introduction page also for the doxygen output.
|
||||
|
||||
USE_MDFILE_AS_MAINPAGE = getting-started.md
|
||||
USE_MDFILE_AS_MAINPAGE = docs/public/index.md
|
||||
|
||||
# The Fortran standard specifies that for fixed formatted Fortran code all
|
||||
# characters from position 72 are to be considered as comment. A common
|
||||
|
||||
Reference in New Issue
Block a user