emacs-devel
[Top][All Lists]
Advanced

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

Re: DOC_STRINGS_IN_COMMENTS


From: Gerd Moellmann
Subject: Re: DOC_STRINGS_IN_COMMENTS
Date: 15 Oct 2001 11:08:48 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50

Miles Bader <address@hidden> writes:

> I suppose you could always require that the comment be prefixed by some
> random token (since it's never actually seen by the compiler), e.g.,
> 
>   DEFUN ("foo", ..., doc: /* blah blah blah */)

Hm, how's 

    DEFUN ("foo", ..., doc: /* blah blah blah */
        (args)

better than 

    DEFUN ("foo", ... /* blah blah blah */
           (args))

?  Anyway, I think it's now too late.



reply via email to

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