diff options
author | Alastair D'Silva <alastair@d-silva.org> | 2017-07-25 04:56:36 (GMT) |
---|---|---|
committer | Alastair D'Silva <alastair@d-silva.org> | 2017-07-25 04:56:36 (GMT) |
commit | 1aafbbc97bdb643cae8be036f2b9ab569ca7f15e (patch) | |
tree | 1cccc9e777452df3c96e852c7880a28afa6e7a72 /src/classlist.h | |
parent | daa2c0960aa5044990c3e06afe8c15694e8be48d (diff) | |
download | Doxygen-1aafbbc97bdb643cae8be036f2b9ab569ca7f15e.zip Doxygen-1aafbbc97bdb643cae8be036f2b9ab569ca7f15e.tar.gz Doxygen-1aafbbc97bdb643cae8be036f2b9ab569ca7f15e.tar.bz2 |
Call endMemberItem consistently.
When generating man pages, enums erroneously output their description
on the same line as the definition, with a trailing '"'. This is due to
endMemberItem being called after the member description is emitted, rather
than before, as it is elsewhere.
This patch moves the call to the same place where it is called elsewhere.
Bad output:
enum foo { FOO = 0 } Description. "
Good output:
enum foo { FOO = 0 }
Description.
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
Diffstat (limited to 'src/classlist.h')
0 files changed, 0 insertions, 0 deletions