[Doxygen-users] Extra paragraph tags?
Brought to you by:
dimitri
From: Mark B. <ma...@ea...> - 2002-03-01 14:39:53
|
I just started using doxygen 1.2.12-1 and I noticed that in the generated HTML, there seems to be extra paragraph tags. Is this by design? For example, the following java comment ... /** * Creates bar-coded tray labels for an automated standard mail * letter-size mailing. Bar-coded tray labels are required for * mailings of automation rate First-Class Mail, Periodicals, and * Standard Mail letter-size pieces. * * Each tray label is built from three lines pieces of * information: [snip] creates the following HTML (with three <p> tags): [snip] <hr><a name="_details"></a><h2>Detailed Description</h2> Creates bar-coded tray labels for an automated standard mail letter-size mailing. Bar-coded tray labels are required for mailings of automation rate First-Class Mail, Periodicals, and Standard Mail letter-size pieces. <p> <p> <p> Each tray label is built from three lines pieces of information: [snip] Is this how it is supposed to work? In Konquerer, the paragraphs look like they are too far apart. I've looked through the docs and the last few months of mailing list archives and didn't see any similar question posted. Mark |