Skip to content

Unable to remove "The documentation for this class was generated from the following file" footer text #140

@tgalaj

Description

@tgalaj

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions