Hi,

I just want to confirm if this is a bug in fpdoc from FPC v2.2.5

Here is the class interface

  // alias class will be removed soon.
  TVisOwnedQrySelect = class(TtiVisitorSelect)
  end deprecated;


This is the correct syntax for the usage of "deprecated" and it compiles fine with FPC.

Now when I run the fpdoc over that unit, fpdoc reports the following error:

../Source/Core/tiVisitorDB.pas(157,16): Expected ";" at token "Identifier deprecated"


Is fpdoc expecting a different syntax for "deprecated" keyword?


Regards,
  - Graeme -

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

_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to