If I have

/** @page toktx
   A description

then the generated man page shows

NAME
    toktx - A description

Nice! Very close to a hand created man pages, except they use 2 hyphens. 
However if I look at the generated HTML I find the page has the title “$title” 
and “A description" appears at the top of the page without any heading. If 
instead I use

/** @page toktx toktx
   A description

then the man page has

NAME
  toktxtoktx - A description

which looks like a bug in Doxygen. Is it? Is there a workaround?

The HTML page now has the title “toktx” and there is heading box at the top of 
the page with “toktx” in it. “A description” appears below this heading. This 
is okay except that NAME does not appear so the HTML does not look like the man 
page.

Regards

    -Mark

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to