From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Hegbloom Newsgroups: gmane.emacs.help Subject: Re: emacs c-mode Date: Thu, 19 Apr 2007 12:13:31 -0600 Message-ID: <1177006411.14001.144.camel@oaktree.lan> References: <87abx4tml5.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1177006442 6009 80.91.229.12 (19 Apr 2007 18:14:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Apr 2007 18:14:02 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Hadron Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 19 20:13:56 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 1Heb8l-0008UM-IT for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Apr 2007 20:13:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HebDj-0002ys-Ee for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Apr 2007 14:19:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HebDV-0002yj-Kp for help-gnu-emacs@gnu.org; Thu, 19 Apr 2007 14:18:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HebDU-0002y8-0w for help-gnu-emacs@gnu.org; Thu, 19 Apr 2007 14:18:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HebDT-0002y3-TX for help-gnu-emacs@gnu.org; Thu, 19 Apr 2007 14:18:47 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Heb8U-0000S5-Ne for help-gnu-emacs@gnu.org; Thu, 19 Apr 2007 14:13:38 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s17so685920wxc for ; Thu, 19 Apr 2007 11:13:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=flj1eup1XwIETWPWdmUu5VrtnW7lgmatDylXi3FbsLYJknzfXJWd7Tl0ySDmDoLNhmJDaOugdc9+4XokRFOdFNxPsnzkh+oKmQn8Uqso8id+AwNfyWLYVsIo/tsBDRvfq8u1Hs56u7534oxB7bvyt7YoSoO7yZwZJ3u3M4smTwM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=uAs9VlRWuLOvPLnnEFvjxURPQA8t5hl+NDHp1wOJBpmNfFss2UTRjaE1tARLExAHbyfGkUZf1oxl1JqEUE7HnAFOXcN1UXLssc5vlUFFP7djBVhFuO4X0VAyymxpzgS+8zqVqe701LTQ77P755gweczO8xeY2sHfANpTNSNox+A= Original-Received: by 10.70.44.4 with SMTP id r4mr3923737wxr.1177006414455; Thu, 19 Apr 2007 11:13:34 -0700 (PDT) Original-Received: from ?192.168.1.64? ( [67.166.69.81]) by mx.google.com with ESMTP id m2sm3284278nzf.2007.04.19.11.13.32; Thu, 19 Apr 2007 11:13:33 -0700 (PDT) In-Reply-To: <87abx4tml5.fsf@gmail.com> X-Mailer: Evolution 2.10.1 X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:42828 Archived-At: 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.