From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Newsgroups: gmane.emacs.help Subject: Re: emacs c-mode Date: Fri, 20 Apr 2007 12:02:51 +0200 Message-ID: <46288FCB.5030600@warum-ada.de> References: <87abx4tml5.fsf@gmail.com> <1177006411.14001.144.camel@oaktree.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1177063399 32462 80.91.229.12 (20 Apr 2007 10:03:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Apr 2007 10:03:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 20 12:03:13 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HepxQ-00077K-AE for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Apr 2007 12:03:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Heq2S-0005j6-R0 for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Apr 2007 06:08:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Heq2E-0005j1-Ud for help-gnu-emacs@gnu.org; Fri, 20 Apr 2007 06:08:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Heq2C-0005id-Qb for help-gnu-emacs@gnu.org; Fri, 20 Apr 2007 06:08:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Heq2C-0005ia-Lf for help-gnu-emacs@gnu.org; Fri, 20 Apr 2007 06:08:08 -0400 Original-Received: from smtp2.netcologne.de ([194.8.194.112]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hepx9-0000rb-5y for help-gnu-emacs@gnu.org; Fri, 20 Apr 2007 06:02:55 -0400 Original-Received: from [192.168.0.4] (xdsl-87-78-114-73.netcologne.de [87.78.114.73]) by smtp2.netcologne.de (Postfix) with ESMTP id 8A48E49B0 for ; Fri, 20 Apr 2007 12:02:52 +0200 (MEST) User-Agent: Thunderbird 2.0.0.0 (X11/20070326) In-Reply-To: <1177006411.14001.144.camel@oaktree.lan> X-detected-kernel: Solaris 9 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42855 Archived-At: 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? Have fun ----Daniel