move doxygen files in one location

This commit is contained in:
tooomm
2025-10-05 19:22:42 +02:00
parent 5905787d3e
commit 9d803387b7
7 changed files with 2 additions and 5 deletions

View File

@@ -8,11 +8,8 @@ on:
paths:
- '**.h'
- '/doc/doxygen/**'
- '/doc/doxygen-extra-pages/**'
- '/doc/doxygen-groups/**'
- '.github/workflows/documentation-build.yml'
- 'Doxyfile'
- 'DoxygenLayout.xml'
workflow_dispatch:
env:

View File

@@ -840,7 +840,7 @@ FILE_VERSION_FILTER =
# DoxygenLayout.xml, Doxygen will parse it automatically even if the LAYOUT_FILE
# tag is left empty.
LAYOUT_FILE = DoxygenLayout.xml
LAYOUT_FILE = doc/doxygen/DoxygenLayout.xml
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
@@ -992,7 +992,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = cockatrice common doc/doxygen-groups doc/doxygen-extra-pages .github/CONTRIBUTING.md
INPUT = cockatrice common doc/doxygen/extra-pages doc/doxygen/groups .github/CONTRIBUTING.md
# 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