Problem:
The footer text "The documentation for this class was generated from the following file:" appears at the bottom of generated documentation pages and cannot be removed despite setting multiple Doxygen configuration options.
Expected Behavior:
The footer text should be suppressed when using standard Doxygen settings like SHOW_USED_FILES: NO and SHOW_FILES: NO.
Attempted Solutions:
Tried various Doxygen configuration options in mkdocs.yml under doxy-cfg::
SHOW_USED_FILES: NO
SHOW_FILES: NO
VERBATIM_HEADERS: NO
SOURCE_BROWSER: NO
XML_PROGRAMLISTING: NO
FULL_PATH_NAMES: NO
Environment:
mkdoxy plugin with MkDocs
- C++ header-only library documentation
- Using Material theme
Question:
Is this a known limitation, or should these Doxygen settings be properly suppressing the footer text? If mkdoxy doesn't support these particular settings, would it be possible to add support for hiding this footer text?
Problem:
The footer text "The documentation for this class was generated from the following file:" appears at the bottom of generated documentation pages and cannot be removed despite setting multiple Doxygen configuration options.
Expected Behavior:
The footer text should be suppressed when using standard Doxygen settings like
SHOW_USED_FILES: NOandSHOW_FILES: NO.Attempted Solutions:
Tried various Doxygen configuration options in
mkdocs.ymlunderdoxy-cfg::SHOW_USED_FILES: NOSHOW_FILES: NOVERBATIM_HEADERS: NOSOURCE_BROWSER: NOXML_PROGRAMLISTING: NOFULL_PATH_NAMES: NOEnvironment:
mkdoxyplugin with MkDocsQuestion:
Is this a known limitation, or should these Doxygen settings be properly suppressing the footer text? If mkdoxy doesn't support these particular settings, would it be possible to add support for hiding this footer text?