You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?