From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 6FF313858D28; Tue, 8 Nov 2022 03:08:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6FF313858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667876931; bh=huf0TZ6AnsO/MyHdnfPSjHjPSK4WUb/obnCrPdc+9oI=; h=From:To:Subject:Date:From; b=Amx6M5wLwrzZLmBjQoXlvGPjXfJPx6yua74rpFNJS14dJ75qeL99WVB2BbfH9NS2J PXWkh+TuJcvyMG86jh9MV8clslauAUcJxUZSU5a82S44BZieP8dtA0ZMI8SKpw77Dz Oya6Lalxiw0ZJ2ckW4hM/NimlM8nAcLG2wFmCEcc= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-3773] libstdc++: Remove empty elements in manual X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 1f7b13005040a5ad1ea0670dcd6a7b0842248978 X-Git-Newrev: 4596339d9fabdcbd66b5a7430fa56544f75ecef1 Message-Id: <20221108030851.6FF313858D28@sourceware.org> Date: Tue, 8 Nov 2022 03:08:51 +0000 (GMT) List-Id: https://gcc.gnu.org/g:4596339d9fabdcbd66b5a7430fa56544f75ecef1 commit r13-3773-g4596339d9fabdcbd66b5a7430fa56544f75ecef1 Author: Jonathan Wakely Date: Mon Nov 7 22:27:08 2022 +0000 libstdc++: Remove empty elements in manual This fixes a spurious comma before the list of authors in the PDF version of the libstdc++ manual. Also fix the commented-out examples which should show not . libstdc++-v3/ChangeLog: * doc/xml/authors.xml: Remove empty author element. * doc/xml/manual/spine.xml: Likewise. * doc/html/manual/index.html: Regenerate. Diff: --- libstdc++-v3/doc/html/manual/index.html | 2 +- libstdc++-v3/doc/xml/authors.xml | 9 ++------- libstdc++-v3/doc/xml/manual/spine.xml | 9 ++------- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/index.html b/libstdc++-v3/doc/html/manual/index.html index 292afde6051..e5441528890 100644 --- a/libstdc++-v3/doc/html/manual/index.html +++ b/libstdc++-v3/doc/html/manual/index.html @@ -1,5 +1,5 @@ -The GNU C++ Library Manual

The GNU C++ Library Manual

Paolo Carlini

Phil Edwards

Doug Gregor

Benjamin Kosnik

Dhruv Matani

Jason Merrill

Mark Mitchell

Nathan Myers

Felix Natter

Stefan Olsson

Johannes Singler

Ami Tavory

Jonathan Wakely