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

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

emacs c-mode


From: Hadron
Subject: emacs c-mode
Date: Thu, 19 Apr 2007 17:23:18 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.91 (gnu/linux)

A small bug or something I am missing?

Consider comment (1) below:

/*
 * task_nice - return the nice value of a given task.
 * @p: the task in question.
 */

describe face reveals it as 

font-lock-comment-face

All is highlighted as I would expect based on my customised faces.

However, comment block (2) below (note the second asterisk on line 1):

/**
 * task_nice - return the nice value of a given task.
 * @p: the task in question.
 */

Here the face is

font-lock-doc-face

Is this correct? Is /** supposed to be something special?

c-version is 5.31.3


reply via email to

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