GNU bug report logs - #3417
c-mode uses font-lock-doc-face for /**

Previous Next

Package: emacs;

Reported by: Antoine Levitt <antoine.levitt <at> gmail.com>

Date: Fri, 29 May 2009 14:50:03 UTC

Severity: normal

Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>

Bug is archived. No further changes may be made.

Full log


Message #26 received at 3417 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Antoine Levitt <antoine.levitt <at> gmail.com>
Cc: 3417 <at> debbugs.gnu.org, Alan Mackenzie <acm <at> muc.de>
Subject: Re: bug#3417: c-mode uses font-lock-doc-face for /**
Date: Fri, 29 May 2009 19:10:45 +0200
> Using your variable as a starting point, I found this :
> for gtkdoc (default in C), regexp is :
>     (c-font-lock-doc-comments "/\\*\\*$" limit
>       gtkdoc-font-lock-doc-comments)
>
> for javadoc, it's :
> (c-font-lock-doc-comments "/\\*\\*" limit
>       javadoc-font-lock-doc-comments)))))
>
> Gtkdoc manual specifies :
>
> A multiline comment that starts with an additional '*' marks a documentation
> block that will be processed by the Gtk-Doc tools.
>
> Shouldn't the regexp for gtkdoc be "/\\*\\*" then ? (without the $)

I don't have the slightest idea about these conventions.  That's in the
domain of Mr. Mackenzie.  Good evening, Alan ...

martin



This bug report was last modified 15 years and 356 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.