Document how to revert the styling and layout changes

This commit is contained in:
Marcus Weseloh 2020-11-14 16:27:43 +01:00
parent 6113c15f94
commit d0db0cc119
2 changed files with 18 additions and 8 deletions

View file

@ -72,7 +72,6 @@ SHOW_DIRECTORIES = NO
SHOW_FILES = YES
SHOW_NAMESPACES = YES
FILE_VERSION_FILTER =
LAYOUT_FILE = ../doc/doxygen/layout.xml
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
#---------------------------------------------------------------------------
@ -132,15 +131,21 @@ IGNORE_PREFIX =
GENERATE_HTML = YES
HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
HTML_HEADER =
HTML_FOOTER = ../doc/doxygen/footer.html
HTML_EXTRA_STYLESHEET = ../doc/doxygen/custom.css
HTML_ALIGN_MEMBERS = YES
HTML_EXTRA_FILES = \
../doc/fluidsettings.xml \
../doc/fluidsettings.xsl \
../doc/FluidMixer.pdf
# FluidSynth specific layout and style customizations.
# Comment the following four lines to return to the
# default doxygen styling and layout
LAYOUT_FILE = ../doc/doxygen/layout.xml
HTML_HEADER =
HTML_FOOTER = ../doc/doxygen/footer.html
HTML_EXTRA_STYLESHEET = ../doc/doxygen/custom.css
# end FluidSynth styling and layout
GENERATE_HTMLHELP = NO
GENERATE_DOCSET = NO
DOCSET_FEEDNAME = "Doxygen generated docs"

View file

@ -72,7 +72,6 @@ SHOW_DIRECTORIES = NO
SHOW_FILES = YES
SHOW_NAMESPACES = YES
FILE_VERSION_FILTER =
LAYOUT_FILE = @CMAKE_SOURCE_DIR@/doc/doxygen/layout.xml
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
#---------------------------------------------------------------------------
@ -133,15 +132,21 @@ IGNORE_PREFIX =
GENERATE_HTML = YES
HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
HTML_HEADER =
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
# FluidSynth specific layout and style customizations.
# Comment the following four lines to return to the
# default doxygen styling and layout
LAYOUT_FILE = @CMAKE_SOURCE_DIR@/doc/doxygen/layout.xml
HTML_HEADER =
HTML_FOOTER = @CMAKE_SOURCE_DIR@/doc/doxygen/footer.html
HTML_EXTRA_STYLESHEET = @CMAKE_SOURCE_DIR@/doc/doxygen/custom.css
# end FluidSynth styling and layout
GENERATE_HTMLHELP = NO
GENERATE_DOCSET = NO
DOCSET_FEEDNAME = "Doxygen generated docs"