Menu

Commenting records?

Help
2004-05-18
2012-07-18
  • Nobody/Anonymous

    Is it also possible to add comments around records like;

    {*
      Datatype for the storage of boundaries read from GeoDelft files.

      @iID                   identifier
      @aCurveNumbers  array of curvenumbers (boundary -> curve -> begin and endpoint
    }
       TGeoBoundary = record
        iID: integer;
        aCurveNumbers: array of integer;
      end;

    I hoped it would work but it didn't. Is this something that will be implemented?

    Cheers,
    Rob

     
    • TridenT

      TridenT - 2004-05-18

      ok, this is not implemented yet.
      Maybe I will have time to implement it in next-next revision (v0.7a).

      It could be fine to have it, so, I will work on it :)

      Subscribe to the news list to be aware of last revision.
      I will add it in your name in the Request tracker.

      TridenT

       
    • TridenT

      TridenT - 2004-05-19
       
    • TridenT

      TridenT - 2004-07-26

      It could be better to comment record as Classes :

      {*
      Datatype for the storage of boundaries read from
      GeoDelft files.
      }
      TGeoBoundary = record
      iID: integer;    // identifier
      aCurveNumbers: array of integer; // array of curvenumbers (boundary -> curve -> begin and endpoint
      end;

      Comments for "fileds" are inline.

      TridenT

       

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.