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

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

Re: emacs c-mode


From: Daniel
Subject: Re: emacs c-mode
Date: Fri, 20 Apr 2007 13:59:10 +0200
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

Hadron wrote:

Daniel <daniel@warum-ada.de> writes:

Karl Hegbloom wrote:

On Thu, 2007-04-19 at 17:23 +0200, Hadron wrote:
A small bug or something I am missing?
 [...]
Is this correct? Is /** supposed to be something special?
Doxygen: http://www.doxygen.org/ ... is in widespread use.  It provides
something very much like Javadoc markup for C and C++ sources.
There are two variables concerning doc-comments: c-doc-comment-style
and c-doc-comment-start-regexp.

The first one is a c-style-variable and the buffer-local setting of
the latter is derived from that, I think.

Do you use any specific c-style, Hadron?


K&R

Aah, and you're coding C, not C++, right? In my GNU Emacs 22.0.93.1, the default doc-comment style for C is `gtkdoc', which also uses `/**' as opener for doc-comment blocks. Maybe it's because your c-doc-comment-style setting is not `set-from-style'?
I don't think it stems from the k&r style.




reply via email to

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