Fix doxygen build

This commit is contained in:
Ole Schütt 2024-05-02 21:19:06 +02:00 committed by Ole Schütt
parent 95a24702a0
commit 2a57904baa
2 changed files with 1 additions and 2 deletions

View file

@ -49,7 +49,6 @@ GENERATE_LATEX = NO
# dot tool
HAVE_DOT = YES
DOT_TRANSPARENT = YES
DOT_MULTI_TARGETS = YES
DOT_IMAGE_FORMAT = "svg"
INTERACTIVE_SVG = YES

View file

@ -26,6 +26,6 @@ doxygen ./Doxyfile
# Remove CP2K from header bars because we already have the logo.
cd html
sed -i 's/"projectname">CP2K/"projectname">/' ./*.html ./*/*.html ./*/*/*.html
sed -i 's/"projectname">CP2K/"projectname">/' ./*.html ./*/*/*.html
#EOF