[Doxygen-develop] Man page generation problem with _8
Brought to you by:
dimitri
From: Jan R. <jan...@co...> - 2013-02-15 01:10:34
|
Hi Doxygen is refusing to create man pages with dot in their name. /** \page blah.ini blah.ini The blah.ini consists of lore ipsum */ A file blah_8ini.3 is created and title is blah_8ini instead of blah.ini . I understand that it is caused by escaping the names, but quick searching trough the code did not show where it happens. Is there a way to allow for file names and titles to contain '.' in the name? Use case: a description of a data file structure in a source code. End user should be able to do $ man -M ./man blah.ini For example the man.config has its nice manual page. Should I file a bug on bugzilla? Thanks Jan Jan Ruzicka Senior Software Engineer Comtech Mobile Datacom Corporation 20430 Century Blvd, Germantown, MD 20874 Office: 240-686-3300 Fax: 240-686-3301 The information contained in this message may be privileged and/or confidential. If you are not the intended recipient, or responsible for delivering this message to the intended recipient, any review, forwarding, dissemination, distribution or copying of this communication or any attachment(s) is strictly prohibited. If you have received this message in error, please so notify the sender immediately, and delete it and all attachments from your computer and network. |