[fpc-pascal] fpdoc - Invalid paragraph content

Graeme Geldenhuys graemeg.lists at gmail.com
Mon Oct 8 11:13:17 CEST 2007


What is wrong with this description??  The issue seems to be with the
unordered list after the 'Example:' line as it doesn't appear in the
generated HTML.

This is the error...
[#GUI.gui_dialogs.TfpgFileDialog.Filter] Invalid paragraph content


Here is the relevant description...
I've tried the unordered list items with and without the <p> tags. I
tried without the ending </li> tags....  I can't see a problem.  Also
why must we specify <p> tags inside a <li> tag?

----------------------------  CUT  --------------------------------
<descr>
<p>
The filter consists out of two parts separated by a | sign. If more than
one filter needs to be specified each filter is also separated by a | sign.
The format for a single filter is: <description>|<filemask>
The format for multiple filters are:
<description>|<filemask>|<description>|<filemask>|<description>|<filemask>
</p>
<p>
 Example:<br/>
 <ul>
   <li><p>'All Files (*)|*'</p></li>
   <li><p>'All Files (*)|*|Object Pascal (*.pas)|*.pas'</p></li>
 </ul>
</p>
<p>
A filemask can also contain more than one mask separated by a ; sign.<br/>
eg: 'Object Pascal|*.pas;*.lpi;*.pp'
</p>
</descr>
----------------------------  END --------------------------------


I'm using the released FPC 2.2.0 under Linux.



Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the fpc-pascal mailing list