From patchwork Tue Aug 20 21:36:33 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 1150386 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-507401-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="NNL+aQ8x"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46CkdR42w8z9s7T for ; Wed, 21 Aug 2019 07:36:43 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=Kwv9EGGYRlRdUg2xIcOlWC6niXC9hMruNaiiaXUNcQehJohaFVRwJ G83kbOUYgDqb7BSzAikgBuoqAcHwS3qKsWnloKT/mSGmQOsDrfJQmFBYDGRgTHw1 1/yHexFP+PCa+MRn/zMzLnJwvOm0EMNUEehPSbBEfgs3iLkF+8HzA8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=i9jyp6BJbV3KnYng9b4MZnpptiA=; b=NNL+aQ8xuRcteDsIcVtl ZTCz2yUShW2jqk2mZmVfxzRkddU6Skyi4XNhQowp4HyTuupTy6lSODtnne5/KjtF DEuaFywhZ1UmbevtVMgP6vglUPMBpp51lCVSUX7Gq9Yu2wgxvJ7qwBMCDbItVgBq C2NIDkG72Z6ECmlbXoGjdJU= Received: (qmail 30012 invoked by alias); 20 Aug 2019 21:36:36 -0000 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 Received: (qmail 29996 invoked by uid 89); 20 Aug 2019 21:36:36 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-16.3 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 Aug 2019 21:36:35 +0000 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4B3D72026B; Tue, 20 Aug 2019 21:36:34 +0000 (UTC) Received: from localhost (unknown [10.33.36.22]) by smtp.corp.redhat.com (Postfix) with ESMTP id D030C578B; Tue, 20 Aug 2019 21:36:33 +0000 (UTC) Date: Tue, 20 Aug 2019 22:36:33 +0100 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [PATCH] Do not try to process deleted headers with Doxygen Message-ID: <20190820213633.GA1456@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.12.0 (2019-05-25) * doc/doxygen/user.cfg.in (INPUT): Remove profile mode headers. Committed to trunk. commit 47af321610e47dfcf0179b71c50b0937ab0c19d9 Author: redi Date: Tue Aug 20 21:35:55 2019 +0000 Do not try to process deleted headers with Doxygen * doc/doxygen/user.cfg.in (INPUT): Remove profile mode headers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@274758 138bc75d-0d04-0410-961f-82ee72b054a4 diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in index 4ac5a0e39b2..dc493998a1a 100644 --- a/libstdc++-v3/doc/doxygen/user.cfg.in +++ b/libstdc++-v3/doc/doxygen/user.cfg.in @@ -886,17 +886,6 @@ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \ include/debug/unordered_map \ include/debug/unordered_set \ include/debug/vector \ - include/profile \ - include/profile/impl \ - include/profile/bitset \ - include/profile/deque \ - include/profile/forward_list \ - include/profile/list \ - include/profile/map \ - include/profile/set \ - include/profile/unordered_map \ - include/profile/unordered_set \ - include/profile/vector \ include/ext/algorithm \ include/ext/cmath \ include/ext/functional \