I'm trying to document a global variable, the one created for new forms to hold the Delphi auto managed instance.
interface .. .. var {**The one and only FormLoggerHarness} FormLoggerHarness: TFormLoggerHarness;
implementation ..
I cannot get this comment above to appear against the variable documentation. I just get:
FormLoggerHarness #No TAG found in source code#
I've tried '**', '//' '///' and others and cannot get this to work.
Any help appreciated.
PS - Well done on a good project so far. Hope to see completion of version 1!
Ok, confirmed the error. I've update the existing tracker #940591 (http://sourceforge.net/tracker/index.php?func=detail&aid=940591&group_id=96281&atid=614255)
I'm working on it since 1 hour now, it will be corrected in few hours, and be released in next release.
Remember that you can subscribe to the NEWS mailing list to be informed about new release : http://dephicodetodoc.sourceforge.net/Mailing_Lists.htm Thanks. TridenT
Thanks Trident, very quick response!
Yep, I'm a fully fledged subscriber and am doing my bit to spread the word around to other developers / communities.
Cheers.
Fixed in v0.5alpha.1 Simple functions,constants, types and variables (not members) are generated, with the TAG support. (Tracker 94059)
Just wait next release :)
Log in to post a comment.
I'm trying to document a global variable, the one created for new forms to hold the Delphi auto managed instance.
interface
..
..
var
{**The one and only FormLoggerHarness}
FormLoggerHarness: TFormLoggerHarness;
implementation
..
I cannot get this comment above to appear against the variable documentation. I just get:
FormLoggerHarness #No TAG found in source code#
I've tried '**', '//' '///' and others and cannot get this to work.
Any help appreciated.
PS - Well done on a good project so far. Hope to see completion of version 1!
Ok, confirmed the error.
I've update the existing tracker #940591 (http://sourceforge.net/tracker/index.php?func=detail&aid=940591&group_id=96281&atid=614255)
I'm working on it since 1 hour now, it will be corrected in few hours, and be released in next release.
Remember that you can subscribe to the NEWS mailing list to be informed about new release :
http://dephicodetodoc.sourceforge.net/Mailing_Lists.htm
Thanks.
TridenT
Thanks Trident, very quick response!
Yep, I'm a fully fledged subscriber and am doing my bit to spread the word around to other developers / communities.
Cheers.
Fixed in v0.5alpha.1
Simple functions,constants, types and variables (not members) are generated, with the TAG support. (Tracker 94059)
Just wait next release :)