From: Michalis K. <mic...@gm...> - 2017-10-31 19:14:48
|
Hi, I implemented simple handling of the "experimental" hint directive available in the latest FPC and Delphi (see e.g. https://wiert.me/2014/10/01/delphi-hinting-directives-deprecated-experimental-library-and-platform/ ). E.g. this will be parsed OK now by PasDoc: ~~~~ unit TestUnit; interface var A: Integer experimental; implementation end. ~~~~ Regards, Michalis |