From 9d803387b70117de16d63d1dcf365258f6f04508 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 5 Oct 2025 19:22:42 +0200 Subject: [PATCH] move doxygen files in one location --- .github/workflows/documentation-build.yml | 3 --- Doxyfile | 4 ++-- DoxygenLayout.xml => doc/doxygen/DoxygenLayout.xml | 0 .../extra-pages}/developer_documentation/index.md | 0 doc/{doxygen-extra-pages => doxygen/extra-pages}/index.md | 0 .../extra-pages}/user_documentation/index.md | 0 doc/{doxygen-groups => doxygen/groups}/doc_groups.dox | 0 7 files changed, 2 insertions(+), 5 deletions(-) rename DoxygenLayout.xml => doc/doxygen/DoxygenLayout.xml (100%) rename doc/{doxygen-extra-pages => doxygen/extra-pages}/developer_documentation/index.md (100%) rename doc/{doxygen-extra-pages => doxygen/extra-pages}/index.md (100%) rename doc/{doxygen-extra-pages => doxygen/extra-pages}/user_documentation/index.md (100%) rename doc/{doxygen-groups => doxygen/groups}/doc_groups.dox (100%) 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