Hi,

Using 'makeskel' to generate new fpdoc stubs generates the following example...

--------------  BEGN  ------------------------
<element name="Classes">
<short></short>
<descr>
</descr>
<seealso>
</seealso>
</element>
--------------  END  ------------------------

Opening the xml file with 'lazde' shows that the element 'Classes' has
documentation written, even though there is none. In the 'lazde'
treeview I don't see the blank (yellow) paper icon, I see the yellow
paper icon with the blue T symbol.

Changing the above descr node to ...

--------------  BEGN  ------------------------
<element name="Classes">
<short></short>
<descr/>
<seealso>
</seealso>
</element>
--------------  END  ------------------------

or to...

--------------  BEGN  ------------------------
<element name="Classes">
<short></short>
<descr></descr>
<seealso>
</seealso>
</element>
--------------  END  ------------------------

...fixes the problem.  So which app is to blame for this... makeskel
because it inserts a newline in the <descr> node (which is different
behavior to the <short> node), or lazde for interpreting the newline
character as documentation text?

Which one do I submit a bug report against or attempt to fix?


--
Graeme Geldenhuys
There's no place like S34° 03.168'  E018° 49.342'

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to