From patchwork Sun Aug 7 12:25:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 108816 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id AE828B6F71 for ; Sun, 7 Aug 2011 22:26:11 +1000 (EST) Received: (qmail 26577 invoked by alias); 7 Aug 2011 12:26:07 -0000 Received: (qmail 26507 invoked by uid 22791); 7 Aug 2011 12:26:06 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-pz0-f49.google.com (HELO mail-pz0-f49.google.com) (209.85.210.49) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 07 Aug 2011 12:25:52 +0000 Received: by pzk6 with SMTP id 6so8007728pzk.8 for ; Sun, 07 Aug 2011 05:25:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.10.33 with SMTP id 33mr4300170wfj.69.1312719951278; Sun, 07 Aug 2011 05:25:51 -0700 (PDT) Received: by 10.143.13.7 with HTTP; Sun, 7 Aug 2011 05:25:51 -0700 (PDT) In-Reply-To: References: <20110807003019.0d2a00c3@shotwell> Date: Sun, 7 Aug 2011 13:25:51 +0100 Message-ID: Subject: Re: [v3] doxygen markup fixes From: Jonathan Wakely To: Benjamin Kosnik Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org On 7 August 2011 12:53, Jonathan Wakely wrote: > On 7 August 2011 08:30, Benjamin Kosnik wrote: >> >> This fixes markup that gives warnings or errors as part of html/pdf >> documentation generation. Most of this stuff is pretty simple, and is >> just making sure that the documented parameter names exactly match the >> signatures. >> >> tested x86/linux >> >> -benjamin > > +/** @file bits/alloc_traits.h > + *  This is an internal header file, included by other library headers. > + *  Do not attempt to use it directly. @headername{scoped_allocator} > + */ > + > > The correct header for allocator_traits is > Fixed like so. 2011-08-07 Jonathan Wakely * include/bits/alloc_traits.h: Fix doxygen @headername. Index: include/bits/alloc_traits.h =================================================================== --- include/bits/alloc_traits.h (revision 177545) +++ include/bits/alloc_traits.h (working copy) @@ -24,7 +24,7 @@ /** @file bits/alloc_traits.h * This is an internal header file, included by other library headers. - * Do not attempt to use it directly. @headername{scoped_allocator} + * Do not attempt to use it directly. @headername{memory} */ #ifndef _ALLOC_TRAITS_H