diff --git a/.github/workflows/documentation-build.yml b/.github/workflows/documentation-build.yml index 990a25bc6..317427ea1 100644 --- a/.github/workflows/documentation-build.yml +++ b/.github/workflows/documentation-build.yml @@ -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: diff --git a/Doxyfile b/Doxyfile index 993dcae7e..2040cd82d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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 diff --git a/DoxygenLayout.xml b/doc/doxygen/DoxygenLayout.xml similarity index 100% rename from DoxygenLayout.xml rename to doc/doxygen/DoxygenLayout.xml diff --git a/doc/doxygen-extra-pages/developer_documentation/index.md b/doc/doxygen/extra-pages/developer_documentation/index.md similarity index 100% rename from doc/doxygen-extra-pages/developer_documentation/index.md rename to doc/doxygen/extra-pages/developer_documentation/index.md diff --git a/doc/doxygen-extra-pages/index.md b/doc/doxygen/extra-pages/index.md similarity index 100% rename from doc/doxygen-extra-pages/index.md rename to doc/doxygen/extra-pages/index.md diff --git a/doc/doxygen-extra-pages/user_documentation/index.md b/doc/doxygen/extra-pages/user_documentation/index.md similarity index 100% rename from doc/doxygen-extra-pages/user_documentation/index.md rename to doc/doxygen/extra-pages/user_documentation/index.md diff --git a/doc/doxygen-groups/doc_groups.dox b/doc/doxygen/groups/doc_groups.dox similarity index 100% rename from doc/doxygen-groups/doc_groups.dox rename to doc/doxygen/groups/doc_groups.dox