-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Manbugsolved in the mean timeBug solved in a previous version, to be confirmedBug solved in a previous version, to be confirmed
Description
status NEW severity major in component general for ---
Reported in version 1.7.4 on platform Other
Assigned to: Dimitri van Heesch
Original attachment names and IDs:
- doxygen-man.patch (ID 189210)
On 2011-06-04 12:19:53 +0000, Mattias Ellert wrote:
Created attachment 189210
An attempt at a patch that addresses the problem.
A declaration like
@groupdef mygroup My Group
generates a man page that displays as
NAME
My Group -
This is badly formed and causes manpage-has-bad-whatis-entry warnings from
lintian.
See: http://lintian.debian.org/tags/manpage-has-bad-whatis-entry.html
A better and more compliant rendering would be:
NAME
mygroup - My Group
An attempt at a patch that addresses the problem is attached.
On 2014-08-31 17:31:04 +0000, Mattias Ellert wrote:
https://github.com/doxygen/doxygen/pull/213
Metadata
Metadata
Assignees
Labels
Manbugsolved in the mean timeBug solved in a previous version, to be confirmedBug solved in a previous version, to be confirmed