在doxygen中隐藏文档源文件link

Hide the documentation source file link in doxygen

Doxygen 在每个 html 文件的末尾显示文本 "The document for this ... was generated from the following file..." 是否可以使用 doxyfile 中的选项删除此文本?

借助配置参数 SHOW_USED_FILES 可以禁用句子“”The documentation for this...”。

来自文档:

SHOW_USED_FILES

Set the SHOW_USED_FILES tag to NO to disable the list of files generated at the bottom of the documentation of classes and structs. If set to YES, the list will mention the files that were used to generate the documentation.

The default value is: YES.