From 39232901e3577f6e548353b89c4338cc8ba11016 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sun, 10 Jun 2018 13:03:23 +0200 Subject: Bug 754440 - Can't suppress @author, @date and @copyright information in the detailed file description Small clarification regarding `authorsection` versus `\author` --- doc/customize.doc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/customize.doc b/doc/customize.doc index e2d53db..79f1e1a 100644 --- a/doc/customize.doc +++ b/doc/customize.doc @@ -289,7 +289,12 @@ The following generic elements are possible for each page:
\c detaileddescription
Represents the detailed description on a page.
\c authorsection -
Represents the author section of a page (only used for man pages). +
Represents the author section of a page (only used for man pages). This is + a separate section for man pages with a text like: + `Generated automatically by Doxygen for My Project from the source code.` + This should not be misinterpreted with the doxygen commands \ref cmdauthor + "\\author" or \ref cmdauthors "\\authors" that generate an author paragraph + inside a detailed description.
\c memberdecl
Represents the quick overview of members on a page (member declarations). This elements has child elements per type of member list. -- cgit v0.12