From fb5fd851bb0d5bd855ffeaaf560a9a8c55297d18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 4 Jan 2022 21:17:22 +0100 Subject: [PATCH] documentation/doxygen: test that direct HTML embedding works. It should since 1.8.18. --- .../contents_htmlinclude/input.dox | 9 ------ .../Doxyfile | 0 .../file.html | 0 .../html-only.html | 31 +++++++++++++++++++ .../index.html | 0 .../contents_htmlonly_htmlinclude/input.dox | 18 +++++++++++ .../warnings.html | 0 documentation/test_doxygen/test_contents.py | 10 ++++-- 8 files changed, 57 insertions(+), 11 deletions(-) delete mode 100644 documentation/test_doxygen/contents_htmlinclude/input.dox rename documentation/test_doxygen/{contents_htmlinclude => contents_htmlonly_htmlinclude}/Doxyfile (100%) rename documentation/test_doxygen/{contents_htmlinclude => contents_htmlonly_htmlinclude}/file.html (100%) create mode 100644 documentation/test_doxygen/contents_htmlonly_htmlinclude/html-only.html rename documentation/test_doxygen/{contents_htmlinclude => contents_htmlonly_htmlinclude}/index.html (100%) create mode 100644 documentation/test_doxygen/contents_htmlonly_htmlinclude/input.dox rename documentation/test_doxygen/{contents_htmlinclude => contents_htmlonly_htmlinclude}/warnings.html (100%) diff --git a/documentation/test_doxygen/contents_htmlinclude/input.dox b/documentation/test_doxygen/contents_htmlinclude/input.dox deleted file mode 100644 index 6407b058..00000000 --- a/documentation/test_doxygen/contents_htmlinclude/input.dox +++ /dev/null @@ -1,9 +0,0 @@ -/** @mainpage - -@htmlinclude file.html -*/ - -/** @page warnings This will produce a warning - -@htmlinclude nonexistent.html -*/ diff --git a/documentation/test_doxygen/contents_htmlinclude/Doxyfile b/documentation/test_doxygen/contents_htmlonly_htmlinclude/Doxyfile similarity index 100% rename from documentation/test_doxygen/contents_htmlinclude/Doxyfile rename to documentation/test_doxygen/contents_htmlonly_htmlinclude/Doxyfile diff --git a/documentation/test_doxygen/contents_htmlinclude/file.html b/documentation/test_doxygen/contents_htmlonly_htmlinclude/file.html similarity index 100% rename from documentation/test_doxygen/contents_htmlinclude/file.html rename to documentation/test_doxygen/contents_htmlonly_htmlinclude/file.html diff --git a/documentation/test_doxygen/contents_htmlonly_htmlinclude/html-only.html b/documentation/test_doxygen/contents_htmlonly_htmlinclude/html-only.html new file mode 100644 index 00000000..eda570c5 --- /dev/null +++ b/documentation/test_doxygen/contents_htmlonly_htmlinclude/html-only.html @@ -0,0 +1,31 @@ + + + + + The htmlonly command | My Project + + + + + +
+
+
+
+
+

+ The htmlonly command +

+

Works only since Doxygen 1.8.18, before it was not included in the XML output.