Package: doxygen
Version: 1.7.4-2
Severity: normal

The following mark up:

/**
@page installation How to install
@brief This section describes the installation process

To intall the software do

@code
tar -zxf code-1.0.tar.gz
cd code-1.0
autoreconf -f
./configure
make
make install
@endcode
*/

generates a man page that when view with man looks like:

NAME
       installation - How to install This section describes the installation
       process

       To intall the software do

       tar -zxf code-1.0.tar.gz
       cd code-1.0
       autoreconf -f
       make
       make install


As can be seen the line "./configure" is not displayed. The line is present in
the generated man page, but man uses periods in the first column to indicate a
macro - so man treats the line as on undefined macro and displays nothing.


PS. Should really both the page title and the brief description be displayed on
the first line to the right of the hyphen? I think this looks odd.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to