From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 7063B3850415; Wed, 26 May 2021 09:03:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7063B3850415 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/sphinx] Remove some leading comments - it makes troubles. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/devel/sphinx X-Git-Oldrev: e1ba2cb28a9a154eb7afdfa4a6b67fb3cdca4c8c X-Git-Newrev: 6aa35533efeb01414f76b3316a22826f6d874a38 Message-Id: <20210526090306.7063B3850415@sourceware.org> Date: Wed, 26 May 2021 09:03:06 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2021 09:03:06 -0000 https://gcc.gnu.org/g:6aa35533efeb01414f76b3316a22826f6d874a38 commit 6aa35533efeb01414f76b3316a22826f6d874a38 Author: Martin Liska Date: Wed May 26 11:02:49 2021 +0200 Remove some leading comments - it makes troubles. Diff: --- gcc/doc/cppdiropts.texi | 11 ----------- gcc/doc/cppenv.texi | 11 ----------- gcc/doc/cppopts.texi | 11 ----------- gcc/doc/cppwarnopts.texi | 11 ----------- 4 files changed, 44 deletions(-) diff --git a/gcc/doc/cppdiropts.texi b/gcc/doc/cppdiropts.texi index 6757a38d577..392a6458512 100644 --- a/gcc/doc/cppdiropts.texi +++ b/gcc/doc/cppdiropts.texi @@ -1,14 +1,3 @@ -@c Copyright (C) 1999-2021 Free Software Foundation, Inc. -@c This is part of the CPP and GCC manuals. -@c For copying conditions, see the file gcc.texi. - -@c --------------------------------------------------------------------- -@c Options affecting include directory search in the preprocessor -@c --------------------------------------------------------------------- - -@c If this file is included with the flag ``cppmanual'' set, it is -@c formatted for inclusion in the CPP manual; otherwise the main GCC manual. - @item -I @var{dir} @itemx -iquote @var{dir} @itemx -isystem @var{dir} diff --git a/gcc/doc/cppenv.texi b/gcc/doc/cppenv.texi index 89749c0c6af..c26d58819ea 100644 --- a/gcc/doc/cppenv.texi +++ b/gcc/doc/cppenv.texi @@ -1,14 +1,3 @@ -@c Copyright (C) 1999-2021 Free Software Foundation, Inc. -@c This is part of the CPP and GCC manuals. -@c For copying conditions, see the file gcc.texi. - -@c --------------------------------------------------------------------- -@c Environment variables affecting the preprocessor -@c --------------------------------------------------------------------- - -@c If this file is included with the flag ``cppmanual'' set, it is -@c formatted for inclusion in the CPP manual; otherwise the main GCC manual. - @vtable @env @item CPATH @itemx C_INCLUDE_PATH diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index b941de6df1b..186e1c2e5de 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -1,14 +1,3 @@ -@c Copyright (C) 1999-2021 Free Software Foundation, Inc. -@c This is part of the CPP and GCC manuals. -@c For copying conditions, see the file gcc.texi. - -@c --------------------------------------------------------------------- -@c Options affecting the preprocessor -@c --------------------------------------------------------------------- - -@c If this file is included with the flag ``cppmanual'' set, it is -@c formatted for inclusion in the CPP manual; otherwise the main GCC manual. - @item -D @var{name} @opindex D Predefine @var{name} as a macro, with definition @code{1}. diff --git a/gcc/doc/cppwarnopts.texi b/gcc/doc/cppwarnopts.texi index f75519eacc6..fb001ae1088 100644 --- a/gcc/doc/cppwarnopts.texi +++ b/gcc/doc/cppwarnopts.texi @@ -1,14 +1,3 @@ -@c Copyright (C) 1999-2021 Free Software Foundation, Inc. -@c This is part of the CPP and GCC manuals. -@c For copying conditions, see the file gcc.texi. - -@c --------------------------------------------------------------------- -@c Options affecting preprocessor warnings -@c --------------------------------------------------------------------- - -@c If this file is included with the flag ``cppmanual'' set, it is -@c formatted for inclusion in the CPP manual; otherwise the main GCC manual. - @item -Wcomment @itemx -Wcomments @opindex Wcomment