From patchwork Thu Oct 17 15:40:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 1178767 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-511232-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="QYx+hhlj"; 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 46vCzz037tz9sPV for ; Fri, 18 Oct 2019 02:40:46 +1100 (AEDT) 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=LHu9Bmau08Y2ehweSTmIO+0XOGH5cttcQaZIXLFiqscyaxSNM4MCc gAqqTsl7kB6mShNZhkGru228ryXZ2UTUHGPpryPOd/EZZmJtTewsW7f3qxBwpP3q mp42nwD3j0Z2ZKghIlg3QifNChTRZe9Yy+xcnariabm2NYqXiVL+ys= 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=lzvekexYTLzpILdMoVK+K04VXnQ=; b=QYx+hhljFUTS+gVuI2Pp AdGV8MJDo/vDMPlM/DB30FO26Nn/P8EXALJ3coC5v3bLLNiFNTG99DG256+o12of +ZiyfJhEAU6Ytjgo3/XE3wTwxpZRyGi13kZRB6TyWZZaVVPAoUzLWPWZ/YNPufdk j4Q2OQ+x3AZylP/+P7Y4U1M= Received: (qmail 70571 invoked by alias); 17 Oct 2019 15:40:23 -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 70507 invoked by uid 89); 17 Oct 2019 15:40:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-16.6 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=codecvt 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; Thu, 17 Oct 2019 15:40:20 +0000 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9BF72307D976; Thu, 17 Oct 2019 15:40:19 +0000 (UTC) Received: from localhost (unknown [10.33.36.149]) by smtp.corp.redhat.com (Postfix) with ESMTP id 49166100194E; Thu, 17 Oct 2019 15:40:19 +0000 (UTC) Date: Thu, 17 Oct 2019 16:40:18 +0100 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [PATCH] Process new C++17 and C++20 headers with Doxygen Message-ID: <20191017154018.GA6708@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.12.1 (2019-06-15) This won't do anything by default, because __cplusplus is set to 201402L when Doxygen runs. If/when that changes, these headers should be processed. * doc/doxygen/user.cfg.in (INPUT): Add new C++17 and C++20 headers. Committed to trunk. commit 14b2576d8c0ea76ccbb4cb90a1d30aea4993a03d Author: redi Date: Thu Oct 17 15:40:04 2019 +0000 Process new C++17 and C++20 headers with Doxygen This won't do anything by default, because __cplusplus is set to 201402L when Doxygen runs. If/when that changes, these headers should be processed. * doc/doxygen/user.cfg.in (INPUT): Add new C++17 and C++20 headers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277121 138bc75d-0d04-0410-961f-82ee72b054a4 diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in index dc493998a1a..3c0295d99a5 100644 --- a/libstdc++-v3/doc/doxygen/user.cfg.in +++ b/libstdc++-v3/doc/doxygen/user.cfg.in @@ -793,14 +793,19 @@ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \ @srcdir@/libsupc++/new \ @srcdir@/libsupc++/typeinfo \ include/algorithm \ + include/any \ include/array \ include/atomic \ + include/bit \ include/bitset \ + include/charconv \ include/chrono \ - include/complex \ include/codecvt \ + include/complex \ + include/concepts \ include/condition_variable \ include/deque \ + include/filesystem \ include/forward_list \ include/fstream \ include/functional \ @@ -816,8 +821,11 @@ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \ include/locale \ include/map \ include/memory \ + include/memory_resource \ include/mutex \ include/numeric \ + include/numbers \ + include/optional \ include/ostream \ include/queue \ include/random \ @@ -826,11 +834,13 @@ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \ include/scoped_allocator \ include/set \ include/shared_mutex \ + include/span \ include/sstream \ include/stack \ include/stdexcept \ include/streambuf \ include/string \ + include/string_view \ include/system_error \ include/thread \ include/tuple \ @@ -840,6 +850,7 @@ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \ include/unordered_set \ include/utility \ include/valarray \ + include/variant \ include/vector \ include/cassert \ include/ccomplex \