From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11779 invoked by alias); 16 Jan 2003 18:05:39 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 11749 invoked from network); 16 Jan 2003 18:05:32 -0000 Received: from unknown (HELO mail.cdt.org) (206.112.85.61) by sources.redhat.com with SMTP; 16 Jan 2003 18:05:32 -0000 Received: from dberlin.org (h-69-3-5-6.MCLNVA23.covad.net [69.3.5.6]) by mail.cdt.org (Postfix) with ESMTP id 351B9490103; Thu, 16 Jan 2003 13:00:12 -0500 (EST) Received: from [128.164.132.31] (account dberlin HELO dberlin.org) by dberlin.org (CommuniGate Pro SMTP 4.0.5) with ESMTP-TLS id 2281313; Thu, 16 Jan 2003 13:05:26 -0500 Date: Thu, 16 Jan 2003 18:25:00 -0000 Subject: Re: Thoughts on doxygen for internal documentation Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: Diego Novillo , gcc@gcc.gnu.org To: law@redhat.com From: Daniel Berlin In-Reply-To: <200301161753.h0GHrpt7009736@localhost.redhat.com> Message-Id: <1674532E-297D-11D7-BB90-000393575BCC@dberlin.org> Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00772.txt.bz2 On Thursday, January 16, 2003, at 12: > I'll note that /** is contrary to the GNU coding standards. > What gives you this idea? It doesn't specify what to delimit comments with, actually, although it uses /* in the examples. I read through all of section 5, and can't find anything saying comments must start with /*, rather than /**. > jeff >