On Fri, 12 Jul 2013 10:40:23 +0000
Mark Morgan Lloyd <[email protected]> wrote:

> Michael Van Canneyt wrote:
> 
> > You can put a comment in front of the object or any of its properties, 
> > and the lazarus IDE will display this comment for you.
> 
> Although if I recall correctly somebody was going to look at this and do 
> a bit of cleaning up. For example, if a procedure is annotated with a 
> "boxed" comment (this will probably wrap):
> 
> (* Apply the Tiger2 hash function to the sequence of strings passed as 
> the      *)
> (* parameter, the final one is to be used as padding. The result is 
> returned    *)
> (* with base-64 encoding and trimmed to 24 characters. 
>          *)
> //
> function Tiger2x64_24(const raw: array of string): string;
> 
> it requires that this be made contiguous by // or similar,

Yes, there must be no empty lines between the comment(s) and the
declaration.

> and even then 
> displays a spurious " (Source)" after each comment line.

That is a hyper link to the source. For example when you install the
turbopoweripro design package the hints are HTML with clickable
links.

Mattias
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to