From cf88bc82642180865e84a3dde45313ad21ab0d28 Mon Sep 17 00:00:00 2001 From: EndrII Date: Thu, 1 Apr 2021 13:48:24 +0300 Subject: [PATCH] move doxygen into cmake --- .gitmodules | 3 --- CMake | 2 +- DoxyStyle | 1 - doxygen.conf | 4 ++-- 4 files changed, 3 insertions(+), 7 deletions(-) delete mode 160000 DoxyStyle diff --git a/.gitmodules b/.gitmodules index bd4ed3f..d892894 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "CMake"] path = CMake url = https://github.com/QuasarApp/CMake.git -[submodule "DoxyStyle"] - path = DoxyStyle - url = https://github.com/QuasarApp/DoxyStyle.git diff --git a/CMake b/CMake index 47243ed..c988ce2 160000 --- a/CMake +++ b/CMake @@ -1 +1 @@ -Subproject commit 47243ed442efbeba5f8a2305138b6cb72da763fa +Subproject commit c988ce28e9132f9a9fe8cb9503c27d16d79d05d4 diff --git a/DoxyStyle b/DoxyStyle deleted file mode 160000 index b3d27bf..0000000 --- a/DoxyStyle +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b3d27bf1bac532d6a2284cbcc9fb5134778c6440 diff --git a/doxygen.conf b/doxygen.conf index 3507a1f..5faed0c 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -703,7 +703,7 @@ FILE_VERSION_FILTER = # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE # tag is left empty. -LAYOUT_FILE = DoxyStyle/DoxygenLayout.xml +LAYOUT_FILE = CMake/DoxyStyle/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 @@ -1193,7 +1193,7 @@ HTML_STYLESHEET = # list). For an example see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = DoxyStyle/doxygenStyles.css +HTML_EXTRA_STYLESHEET = CMake/DoxyStyle/doxygenStyles.css # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note