After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 650004 - name of man page files is not constructed correctly
name of man page files is not constructed correctly
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.4
Other Linux
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-05-11 23:22 UTC by jan.ruzicka
Modified: 2013-05-19 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
comment file illustrating man page name issue (52 bytes, application/octet-stream)
2013-03-01 00:49 UTC, jan.ruzicka
  Details
Doxyfile for generating man pages (9.66 KB, application/octet-stream)
2013-03-01 00:51 UTC, jan.ruzicka
  Details
dottedMan.dox - another comment file (295 bytes, application/octet-stream)
2013-03-01 00:52 UTC, jan.ruzicka
  Details
PATCH to enable . (dots) in page names for man pages (1.59 KB, patch)
2013-03-10 09:38 UTC, albert
none Details | Review

Description jan.ruzicka 2011-05-11 23:22:09 UTC
folowing comment:

/** \page a-b.c a-b.c
A test page for man pages.
*/

with Doxyfile with MAN settings:

GENERATE_MAN           = YES
MAN_OUTPUT             = man
MAN_EXTENSION          = .8
MAN_LINKS              = NO

generates file named "a-b_8c.8" in "man/man8/":

.TH "a-b_8c" 8 "Wed May 11 2011" "CMS Core" \" -*- nroff -*-
.ad l
.nh
.SH NAME
a-b_8c \- a-b.c 
A test page for man pages. 

Expected file name is "a-b.c.8" (like request-key.conf.5 for request-key.conf )

.TH "a-b.c" 8 "Wed May 11 2011" "CMS Core" \" -*- nroff -*-
.ad l
.nh
.SH NAME
a-b.c \- a-b.c 
A test page for man pages.
Comment 1 jan.ruzicka 2013-03-01 00:49:49 UTC
Created attachment 237665 [details]
comment file illustrating man page name issue
Comment 2 jan.ruzicka 2013-03-01 00:51:04 UTC
Created attachment 237666 [details]
Doxyfile for generating man pages
Comment 3 jan.ruzicka 2013-03-01 00:52:54 UTC
Created attachment 237667 [details]
dottedMan.dox - another comment file
Comment 4 jan.ruzicka 2013-03-01 00:55:41 UTC
Issue is still present in 1.8.3.1 .
version 1.7.2 was showing same behavior.

Version 1.3.9.1 was behaving correctly.
Comment 5 albert 2013-03-10 09:38:28 UTC
Created attachment 238509 [details] [review]
PATCH to enable . (dots) in page names for man pages

In case man pages are generated there were page identifiers with a . (dot) in it this . (dot) was replaced by _8. This made it very inconvenient in use. This patch enables the possibility to use a . (dot) in these cases.
Comment 6 Dimitri van Heesch 2013-05-16 18:53:36 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 7 Dimitri van Heesch 2013-05-19 12:35:30 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.4. 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.