backend-infra-engineer: Release v0.3.2 snapshot
This commit is contained in:
11
Doxyfile
11
Doxyfile
@@ -48,7 +48,7 @@ PROJECT_NAME = "yaze"
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = "0.3.1"
|
||||
PROJECT_NUMBER = "0.3.2"
|
||||
|
||||
# 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
|
||||
@@ -61,13 +61,13 @@ PROJECT_BRIEF = Link to the Past ROM Editor
|
||||
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
|
||||
# the logo to the output directory.
|
||||
|
||||
PROJECT_LOGO = "src/win32/yaze.ico"
|
||||
PROJECT_LOGO = "assets/yaze.ico"
|
||||
|
||||
# With the PROJECT_ICON tag one can specify an icon that is included in the tabs
|
||||
# when the HTML document is shown. Doxygen will copy the logo to the output
|
||||
# directory.
|
||||
|
||||
PROJECT_ICON = "src/win32/yaze.ico"
|
||||
PROJECT_ICON = "assets/yaze.ico"
|
||||
|
||||
# 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
|
||||
@@ -85,7 +85,7 @@ OUTPUT_DIRECTORY =
|
||||
# control the number of sub-directories.
|
||||
# The default value is: NO.
|
||||
|
||||
CREATE_SUBDIRS = NO
|
||||
CREATE_SUBDIRS = YES
|
||||
|
||||
# Controls the number of sub-directories that will be created when
|
||||
# CREATE_SUBDIRS tag is set to YES. Level 0 represents 16 directories, and every
|
||||
@@ -1056,7 +1056,8 @@ RECURSIVE = YES
|
||||
|
||||
EXCLUDE = assets/ \
|
||||
build/ \
|
||||
cmake/ \
|
||||
cmake/ \
|
||||
docs/archive/ \
|
||||
src/lib/ \
|
||||
|
||||
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
||||
|
||||
Reference in New Issue
Block a user