From: Michalis K. <ka...@us...> - 2020-04-20 10:06:56
|
Thank you for the report. Indeed I can reproduce the problem with latest PasDoc. We don't use SourceForge bugtracker anymore, we now use GitHub issue tracker on https://github.com/pasdoc/pasdoc/issues/ . I have added an issue, with a copy of your description and a testcase, to https://github.com/pasdoc/pasdoc/issues/92 (you can registeron GitHub and "Subscribe" to that issue). --- ** [bugs:#92] Cannot place pasdoc comment after a statement** **Status:** open **Version:** 0.15.0 **Created:** Mon Apr 20, 2020 08:46 AM UTC by Bent Vangli **Last Updated:** Mon Apr 20, 2020 08:46 AM UTC **Owner:** nobody If you place a pasdoc comment like this: {Placeholder for pointer to procedure in main thread.} readInfo : procedure(Info : TEventMessage) of object; it will work. However, the alternativ with backpointer like: readInfo : procedure(Info : TEventMessage) of object; //< Placeholder for pointer to procedure in main thread.} will not. Without the "of object" spesification, it does work. Regards Bent Vangli --- Sent from sourceforge.net because pas...@li... is subscribed to https://sourceforge.net/p/pasdoc/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pasdoc/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |