Menu

Documenting variables

2004-04-27
2012-07-18
  • Mark Aitken

    Mark Aitken - 2004-04-27

    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!

     
    • TridenT

      TridenT - 2004-04-27

      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

       
      • Mark Aitken

        Mark Aitken - 2004-04-27

        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.

         
        • TridenT

          TridenT - 2004-04-27

          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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.