Skip to content
Snippets Groups Projects
Verified Commit 5524887b authored by Adrien Jayat's avatar Adrien Jayat
Browse files

Add logo and update Doxyfile

parent 6a603c97
Branches
No related merge requests found
Pipeline #177539 passed with stages
in 14 seconds
......@@ -4,4 +4,4 @@ CMakeCache.txt
*.cmake
# Documentation files
doc/*/
\ No newline at end of file
docs/*/
\ No newline at end of file
......@@ -6,14 +6,14 @@ workflow:
pages:
script:
- apk update && apk add doxygen graphviz git
- git config --global --add safe.directory $CI_PROJECT_DIR
- git submodule update --init doxygen-awesome-css
- doxygen Doxyfile
- mv doc/html/ public/
- apk update && apk add doxygen graphviz git ttf-freefont
- git config --global --add safe.directory $CI_PROJECT_DIR
- git submodule update --init doxygen-awesome-css
- doxygen Doxyfile
- mv docs/html/ public/
artifacts:
paths:
- public
- public
rules:
- if: $CI_COMMIT_BRANCH == "master"
environment: production
\ No newline at end of file
environment: production
......@@ -51,14 +51,14 @@ PROJECT_BRIEF = "by JAYAT Adrien (2024)"
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.
PROJECT_LOGO =
PROJECT_LOGO = static/images/logo.png
# 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 = doc/
OUTPUT_DIRECTORY = docs/
# 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
......@@ -865,7 +865,7 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.
INPUT = README.md \
doc/MiniChess.md \
docs/MiniChess.md \
src/
# This tag can be used to specify the character encoding of the source files
......@@ -1513,7 +1513,7 @@ QHP_NAMESPACE = org.doxygen.Project
# The default value is: doc.
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_VIRTUAL_FOLDER = doc
QHP_VIRTUAL_FOLDER = docs
# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
# filter to add. For more information please see Qt Help Project / Custom
......@@ -2405,7 +2405,7 @@ DOT_FONTPATH =
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
CLASS_GRAPH = YES
CLASS_GRAPH = NO
# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
# graph for each documented class showing the direct and indirect implementation
......@@ -2559,7 +2559,7 @@ DOT_IMAGE_FORMAT = svg
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
INTERACTIVE_SVG = YES
INTERACTIVE_SVG = NO
# The DOT_PATH tag can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found in the path.
......
File moved
static/images/logo.png

763 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment