mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 19:43:55 -07:00
move doxygen files in one location
This commit is contained in:
parent
5905787d3e
commit
9d803387b7
7 changed files with 2 additions and 5 deletions
3
.github/workflows/documentation-build.yml
vendored
3
.github/workflows/documentation-build.yml
vendored
|
|
@ -8,11 +8,8 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- '**.h'
|
- '**.h'
|
||||||
- '/doc/doxygen/**'
|
- '/doc/doxygen/**'
|
||||||
- '/doc/doxygen-extra-pages/**'
|
|
||||||
- '/doc/doxygen-groups/**'
|
|
||||||
- '.github/workflows/documentation-build.yml'
|
- '.github/workflows/documentation-build.yml'
|
||||||
- 'Doxyfile'
|
- 'Doxyfile'
|
||||||
- 'DoxygenLayout.xml'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
4
Doxyfile
4
Doxyfile
|
|
@ -840,7 +840,7 @@ FILE_VERSION_FILTER =
|
||||||
# DoxygenLayout.xml, Doxygen will parse it automatically even if the LAYOUT_FILE
|
# DoxygenLayout.xml, Doxygen will parse it automatically even if the LAYOUT_FILE
|
||||||
# tag is left empty.
|
# 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 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
|
# 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
|
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||||
# Note: If this tag is empty the current directory is searched.
|
# 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
|
# 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
|
# that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue