Remove footer, as it takes away valuable vertical space

This commit is contained in:
Marcus Weseloh 2020-11-04 20:20:54 +01:00
parent 921c0e08c0
commit 5a70df1cb7
2 changed files with 3 additions and 1 deletions

View file

@ -122,7 +122,7 @@ GENERATE_HTML = YES
HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
HTML_HEADER =
HTML_FOOTER =
HTML_FOOTER = @CMAKE_SOURCE_DIR@/doc/doxygen/footer.html
HTML_EXTRA_STYLESHEET = @CMAKE_SOURCE_DIR@/doc/doxygen/custom.css
HTML_ALIGN_MEMBERS = YES
HTML_EXTRA_FILES = @CMAKE_SOURCE_DIR@/doc/fluidsettings.xml @CMAKE_SOURCE_DIR@/doc/fluidsettings.xsl @CMAKE_SOURCE_DIR@/doc/FluidMixer.pdf @CMAKE_SOURCE_DIR@/doc/FluidMixer.jpg

2
doc/doxygen/footer.html Normal file
View file

@ -0,0 +1,2 @@
</body>
</html>