[fpc-devel] FPDoc and Lazarus
    michael.vancanneyt at wisa.be 
    michael.vancanneyt at wisa.be
       
    Mon Sep  5 09:32:38 CEST 2011
    
    
  
On Mon, 5 Sep 2011, Felipe Monteiro de Carvalho wrote:
> On Mon, Sep 5, 2011 at 9:19 AM,  <michael.vancanneyt at wisa.be> wrote:
>> I have put it under a define FPVECTORIAL.
>>
>> Only completely documented units are added to the distributed docs, so if
>> you want it added to the official distro, you'll have to complete the
>> documentation first.
>
> It is already complete AFAIK. What are you missing?
Content, of course.
It's simply an empty skeleton file. That's not enough. Every identifier must
be documented.
<!-- variable Visibility: default -->
<element name="TPath.Len">
<short></short>
<descr> 
</descr> 
<seealso> 
</seealso>
</element>
<!-- variable Visibility: default -->
<element name="TPath.Points">
<short></short>
<descr>
</descr>
<seealso>
</seealso>
</element>
<!-- variable Visibility: default -->
<element name="TPath.PointsEnd">
<short></short>
<descr> 
</descr> 
<seealso> 
</seealso>
</element>
<!-- variable Visibility: default -->
<element name="TPath.CurPoint">
<short></short>
<descr>
</descr> 
<seealso> 
</seealso>
</element>
Michael.
    
    
More information about the fpc-devel
mailing list