[fpc-devel] fpdoc generates "line pos; 0" in html output
Graeme Geldenhuys
graemeg.lists at gmail.com
Fri Sep 19 15:34:55 CEST 2008
Hi,
I'm used FPC 2.2.3 (r11538) compiled on 2008-08-08
I generated new HTML documentation for tiOPF project. I then noticed
that most (but not all) methods of classes have "Source position: line
0" instead of the actual line position. Is this a known bug? I
searched Mantis but couldn't find anything.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TtiObject.Read
Read this object, along with any owned objects from the database
Declaration
Source position: line 0
protected procedure TtiObject.Read(
const ADBConnectionName: String;
APersistenceLayerName: String = ''
); virtual; overload;
procedure TtiObject.Read; virtual; overload;
Description
<..snip...>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
More information about the fpc-devel
mailing list