bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#3417: c-mode uses font-lock-doc-face for /**


From: martin rudalics
Subject: bug#3417: c-mode uses font-lock-doc-face for /**
Date: Fri, 29 May 2009 19:10:45 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> 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





reply via email to

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