From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31756 invoked by alias); 26 Mar 2008 06:46:07 -0000 Received: (qmail 31742 invoked by uid 22791); 26 Mar 2008 06:46:07 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 26 Mar 2008 06:45:50 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m2Q6jmCN018900; Wed, 26 Mar 2008 02:45:48 -0400 Received: from lacrosse.corp.redhat.com (lacrosse.corp.redhat.com [172.16.52.154]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m2Q6jZJ7010468; Wed, 26 Mar 2008 02:45:47 -0400 Received: from wabash.artheist.org (vpn-14-40.rdu.redhat.com [10.11.14.40]) by lacrosse.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id m2Q6jYgO017579; Wed, 26 Mar 2008 02:45:34 -0400 Date: Wed, 26 Mar 2008 08:05:00 -0000 From: Benjamin Kosnik To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [v3] doxygen updates Message-ID: <20080326014532.55a4148c@wabash.artheist.org> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.5; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2008-03/txt/msg01548.txt.bz2 Changes to support doxygen output for trunk and gcc-4_3-branch. Generated output should be as on the gcc website. Notable changes include: 1) use doxygen default css style 2) add markup for some tr1 and C++0x bits missing (unordered_*, type_traits, others) 3) simplified brief comments 4) downgrade to doxygen 1.5.1. There were issues with newer doxygen and filenames, nested namespaces, etc. This gives the generated docs for 4.3/trunk equivalent output as for 4.2. I will wait a bit for the 4_3-branch check in. gcc gcc-4_3-branch tested x86_64/linux -benjamin