emacs-devel
[Top][All Lists]
Advanced

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

Re: DOC_STRINGS_IN_COMMENTS


From: Miles Bader
Subject: Re: DOC_STRINGS_IN_COMMENTS
Date: 14 Oct 2001 22:25:56 +0900

address@hidden (Gerd Moellmann) writes:
> This would mean the last macro arg of DEFUN and alike would be empty,
> for example in `DEFxxx ("my-var", ..., /* ... */)'.  Empty macro
> args are not supported by all compilers.

Hmmm, that sucks...

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 */)

-Miles
-- 
We live, as we dream -- alone....



reply via email to

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