You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
status RESOLVED severity normal in component general for ---
Reported in version 1.8.8 on platform Other
Assigned to: Dimitri van Heesch
On 2015-04-13 14:56:00 +0000, Ferenc Wágner wrote:
If I generate a man page for this (pure comment) common.h:
/**
\file common.h
\brief return -1
*/
the generated common.h.3 contains
[...]
common.h -
return -1
[...]
The problem is that groff interprets plain '-' characters as hyphens, not minus signs, breaking search and copy&paste in the resulting man pages in UTF-8 locales (where these are represented as different characters). As Doxygen does not distinguish hyphens and minus signs, it should play safe by emitting only the latter, ie. inserting backslashes like it does with the separator above.
I've just pushed a proposed patch to github (pull request 330)
On 2015-04-14 17:32:05 +0000, Dimitri van Heesch wrote:
Thanks, I've merged the pull request
On 2015-06-27 19:01:36 +0000, Dimitri van Heesch wrote:
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.10. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant (preferably in the form of a self-contained example).
The text was updated successfully, but these errors were encountered:
status RESOLVED severity normal in component general for ---
Reported in version 1.8.8 on platform Other
Assigned to: Dimitri van Heesch
On 2015-04-13 14:56:00 +0000, Ferenc Wágner wrote:
On 2015-04-13 16:50:14 +0000, albert wrote:
On 2015-04-14 17:32:05 +0000, Dimitri van Heesch wrote:
On 2015-06-27 19:01:36 +0000, Dimitri van Heesch wrote:
The text was updated successfully, but these errors were encountered: