From 24828078fcccc272b7dfe92a2fa4e8daa9584ffc Mon Sep 17 00:00:00 2001 From: Esteban Zimanyi Date: Sat, 7 Oct 2023 18:14:38 +0200 Subject: [PATCH] Generate MEOS documentation with doxygen --- doxygen/Doxyfile | 2 +- doxygen/Doxyfile_gha | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile index df7b079b9a..c9573a287a 100644 --- a/doxygen/Doxyfile +++ b/doxygen/Doxyfile @@ -1332,7 +1332,7 @@ HTML_EXTRA_STYLESHEET = # files will be copied as-is; there are no commands or markers available. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_FILES = meos-logo.png mobilitydb-logo.png +HTML_EXTRA_FILES = # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen # will adjust the colors in the style sheet and background images according to diff --git a/doxygen/Doxyfile_gha b/doxygen/Doxyfile_gha index 0c3e7ecabc..036d5702d8 100644 --- a/doxygen/Doxyfile_gha +++ b/doxygen/Doxyfile_gha @@ -1292,7 +1292,7 @@ HTML_EXTRA_STYLESHEET = # files will be copied as-is; there are no commands or markers available. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_FILES = +HTML_EXTRA_FILES = meos-logo.png mobilitydb-logo.png # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen # will adjust the colors in the style sheet and background images according to