0

Doxygen shows at the end of each html file the text "The document for this ... was generated from the following file..." Is it possible to remove this text by using an option in the doxyfile?

2
  • I think this is done by means of SHOW_USED_FILES Commented Apr 26, 2019 at 20:40
  • Yes, got it. Thanks:) Commented Apr 26, 2019 at 20:42

1 Answer 1

2

With the aid of the configuration parameter SHOW_USED_FILES it is possible to disable the sentence ""The documentation for this...".

From the documentation:

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.