[fpc-devel] FPDoc and Lazarus
Michael Van Canneyt
michael at freepascal.org
Sat Sep 3 15:11:35 CEST 2011
On Sat, 3 Sep 2011, Felipe Monteiro de Carvalho wrote:
> On Sat, Sep 3, 2011 at 3:03 PM, Michael Van Canneyt
> <michael at freepascal.org> wrote:
>> No. It means your text structure is invalid. Typical errors are
>>
>> <descr>
>> some text
>> <p>
>> </p>
>> </descr>
>
> Why is this invalid? It looks valid to me.
In HTML, maybe. But not in fpdoc.
The DTD specifies that below a <descr> there must be only text, or a set of <p> <dl>, <ul>
Never a mix of both text and <p>.
If people think that fpdoc accepts html: No, it does not.
Michael.
More information about the fpc-devel
mailing list