guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to write documentation comments for procedures?


From: Arun Isaac
Subject: Re: How to write documentation comments for procedures?
Date: Tue, 07 Aug 2018 11:28:03 +0530

> It still makes the second and later lines not indented though
> (starting at position 0, while the first line is indented, not
> starting at 0).

Looking at the guile source code, the lack of indentation in the second
and later lines seems to be the convention. So, I don't think this is a
problem. Something like the following is fine.

(define (foo arg)
  "This is the first line.
This is the second line."
  #t)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]