From: Bent V. <va...@us...> - 2020-04-20 08:46:38
|
--- ** [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. |