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

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

Re: font lock problem in C mode


From: Jason Rumney
Subject: Re: font lock problem in C mode
Date: Fri, 15 Jun 2007 21:56:07 +0100
User-agent: Thunderbird 2.0.0.4 (Windows/20070604)

martin rudalics wrote:
> It is fontified as a "doc-string" (if you customize `font-lock-doc-face'
> you will see the difference).

Is there a good reason why it only works with javadoc style comments,
and not other commonly used documentation comment indicators?

ie doxygen also recognizes Qt style, C# style and a hybrid style:

 /*!
  * documentation
  */

/// documentation

//! documentation





reply via email to

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