On Thu, Dec 06, 2001 at 03:34:40PM -0800, Christopher Brewster wrote:
> An obscure change in the output format occurs in the
> upgrade from Dox 1.11 to 1.12. I am trying to show my
> co-workers how to create typical formatting, as shown
> in the file I posted recently (subject line, "Here are
> the graphic details"). Here is the source that creates
> varying outputs:
> ____________________________
>
> \param param3 (12) This item has a blank line before
> it in the output
> only because of the "br" tags before it in the
> source. Here's a
> numbered list. To follow the list with a another
> "param" tag, use
> no blank line. For blank lines in the output,
> "br" tags are needed.
> <br><br>
> -# First numbered item.
> -# Second numbered item.
> -# Third numbered item. <br><br>
> \param param4 This "param" tag needs to follow the
> list with no blank
> line in the source, to prevent a repetition of
> the "Parameters" heading.
> ___________________________
>
> I'm attaching .bmp files to show the difference.
> Before the paragraph for "param4", the "Parameters"
> heading is not repeated using Dox 1.11, but it is
> repeated with 1.12. So there was a change in what ends
> a \param block-- a numbered list or a blank line.
> Under 1.12, there's no way to have a numbered list
> under a parameter description before the last one. Can
> the 1.11 behavior be put back in?
I'll fix this, and make it such that the <br>'s are not needed
and a blank is allowed after the above list.
Regards,
Dimitri
|