diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-07-23 13:54:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-23 13:54:32 (GMT) |
commit | 010d52b6e88bcca630e378ec06976cca9a41e39b (patch) | |
tree | 9fa9b842ca627067639816bd9152487736948cf7 | |
parent | 484c06da47fb635871a5a17d7db5e8adac26829f (diff) | |
parent | 39232901e3577f6e548353b89c4338cc8ba11016 (diff) | |
download | Doxygen-010d52b6e88bcca630e378ec06976cca9a41e39b.zip Doxygen-010d52b6e88bcca630e378ec06976cca9a41e39b.tar.gz Doxygen-010d52b6e88bcca630e378ec06976cca9a41e39b.tar.bz2 |
Merge pull request #760 from albert-github/feature/bug_754440
Bug 754440 - Can't suppress @author, @date and @copyright informationin the detailed file description
-rw-r--r-- | doc/customize.doc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/customize.doc b/doc/customize.doc index a92e6d9..7b2729d 100644 --- a/doc/customize.doc +++ b/doc/customize.doc @@ -289,7 +289,12 @@ The following generic elements are possible for each page: <dt>\c detaileddescription <dd>Represents the detailed description on a page. <dt>\c authorsection - <dd>Represents the author section of a page (only used for man pages). + <dd>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. <dt>\c memberdecl <dd>Represents the quick overview of members on a page (member declarations). This elements has child elements per type of member list. |