aboutsummaryrefslogtreecommitdiff
path: root/gcc/d
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-11-13 21:57:11 +0100
committerMartin Liska <mliska@suse.cz>2022-11-14 09:35:04 +0100
commita0ccbac8430a08ae489d93c1b1ea7b17b046778b (patch)
treeb21da8a1c068f7d238ae9ef9d30def911efcc594 /gcc/d
parent45ab87d4f39da13af2d5544c79510317de87c99e (diff)
downloadgcc-a0ccbac8430a08ae489d93c1b1ea7b17b046778b.zip
gcc-a0ccbac8430a08ae489d93c1b1ea7b17b046778b.tar.gz
gcc-a0ccbac8430a08ae489d93c1b1ea7b17b046778b.tar.bz2
Revert "sphinx: add missing trailing newline"
This reverts commit 3ed1b4ce7c9bdf8c777d12da0f5fe4cae8ba7c8e.
Diffstat (limited to 'gcc/d')
-rw-r--r--gcc/d/doc/copyright.rst2
-rw-r--r--gcc/d/doc/general-public-license-3.rst2
-rw-r--r--gcc/d/doc/gnu-free-documentation-license.rst2
-rw-r--r--gcc/d/doc/index.rst2
-rw-r--r--gcc/d/doc/indices-and-tables.rst2
-rw-r--r--gcc/d/doc/invoking-gdc.rst2
-rw-r--r--gcc/d/doc/invoking-gdc/code-generation.rst2
-rw-r--r--gcc/d/doc/invoking-gdc/developer-options.rst2
-rw-r--r--gcc/d/doc/invoking-gdc/input-and-output-files.rst2
-rw-r--r--gcc/d/doc/invoking-gdc/options-for-directory-search.rst2
-rw-r--r--gcc/d/doc/invoking-gdc/options-for-linking.rst2
-rw-r--r--gcc/d/doc/invoking-gdc/runtime-options.rst2
-rw-r--r--gcc/d/doc/invoking-gdc/warnings.rst2
13 files changed, 13 insertions, 13 deletions
diff --git a/gcc/d/doc/copyright.rst b/gcc/d/doc/copyright.rst
index 10a131a..5afce61 100644
--- a/gcc/d/doc/copyright.rst
+++ b/gcc/d/doc/copyright.rst
@@ -10,4 +10,4 @@ Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
-A copy of the license is in the :ref:`gnu_fdl`.
+A copy of the license is in the :ref:`gnu_fdl`. \ No newline at end of file
diff --git a/gcc/d/doc/general-public-license-3.rst b/gcc/d/doc/general-public-license-3.rst
index f39f21e..becda77 100644
--- a/gcc/d/doc/general-public-license-3.rst
+++ b/gcc/d/doc/general-public-license-3.rst
@@ -3,4 +3,4 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
-.. include:: ../../../doc/gpl-3.0.rst
+.. include:: ../../../doc/gpl-3.0.rst \ No newline at end of file
diff --git a/gcc/d/doc/gnu-free-documentation-license.rst b/gcc/d/doc/gnu-free-documentation-license.rst
index d70ca98..1de809b 100644
--- a/gcc/d/doc/gnu-free-documentation-license.rst
+++ b/gcc/d/doc/gnu-free-documentation-license.rst
@@ -3,4 +3,4 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
-.. include:: ../../../doc/gnu_free_documentation_license.rst
+.. include:: ../../../doc/gnu_free_documentation_license.rst \ No newline at end of file
diff --git a/gcc/d/doc/index.rst b/gcc/d/doc/index.rst
index 01e6cd7..700a4a8 100644
--- a/gcc/d/doc/index.rst
+++ b/gcc/d/doc/index.rst
@@ -19,4 +19,4 @@ package documentation, see https://dlang.org/.
general-public-license-3
gnu-free-documentation-license
- indices-and-tables
+ indices-and-tables \ No newline at end of file
diff --git a/gcc/d/doc/indices-and-tables.rst b/gcc/d/doc/indices-and-tables.rst
index 5cc3191..6c215a3 100644
--- a/gcc/d/doc/indices-and-tables.rst
+++ b/gcc/d/doc/indices-and-tables.rst
@@ -1 +1 @@
-.. include:: ../../../doc/indices-and-tables.rst
+.. include:: ../../../doc/indices-and-tables.rst \ No newline at end of file
diff --git a/gcc/d/doc/invoking-gdc.rst b/gcc/d/doc/invoking-gdc.rst
index 3d967bc..be477b8 100644
--- a/gcc/d/doc/invoking-gdc.rst
+++ b/gcc/d/doc/invoking-gdc.rst
@@ -45,4 +45,4 @@ Options
.. only:: man
- .. include:: copyright.rst
+ .. include:: copyright.rst \ No newline at end of file
diff --git a/gcc/d/doc/invoking-gdc/code-generation.rst b/gcc/d/doc/invoking-gdc/code-generation.rst
index 25a9954..178b6f9 100644
--- a/gcc/d/doc/invoking-gdc/code-generation.rst
+++ b/gcc/d/doc/invoking-gdc/code-generation.rst
@@ -167,4 +167,4 @@ In addition to the many :command:`gcc` options controlling code generation,
Generates code expanded from D ``mixin`` statements and writes the
processed sources to :samp:`{file}`. This is useful to debug errors in compilation
- and provides source for debuggers to show when requested.
+ and provides source for debuggers to show when requested. \ No newline at end of file
diff --git a/gcc/d/doc/invoking-gdc/developer-options.rst b/gcc/d/doc/invoking-gdc/developer-options.rst
index cc31358..564ed36 100644
--- a/gcc/d/doc/invoking-gdc/developer-options.rst
+++ b/gcc/d/doc/invoking-gdc/developer-options.rst
@@ -28,4 +28,4 @@ interest to developers or language tooling.
program is being compiled. This includes listing all modules that are
processed through the ``parse``, ``semantic``, ``semantic2``, and
``semantic3`` stages; all ``import`` modules and their file paths;
- and all ``function`` bodies that are being compiled.
+ and all ``function`` bodies that are being compiled. \ No newline at end of file
diff --git a/gcc/d/doc/invoking-gdc/input-and-output-files.rst b/gcc/d/doc/invoking-gdc/input-and-output-files.rst
index d3c7573..a4bce6b 100644
--- a/gcc/d/doc/invoking-gdc/input-and-output-files.rst
+++ b/gcc/d/doc/invoking-gdc/input-and-output-files.rst
@@ -42,4 +42,4 @@ A Ddoc source file contains code in the D macro processor language. It is
primarily designed for use in producing user documentation from embedded
comments, with a slight affinity towards HTML generation. If a :samp:`.d`
source file starts with the string ``Ddoc`` then it is treated as general
-purpose documentation, not as a D source file.
+purpose documentation, not as a D source file. \ No newline at end of file
diff --git a/gcc/d/doc/invoking-gdc/options-for-directory-search.rst b/gcc/d/doc/invoking-gdc/options-for-directory-search.rst
index 07a057f..934b22d 100644
--- a/gcc/d/doc/invoking-gdc/options-for-directory-search.rst
+++ b/gcc/d/doc/invoking-gdc/options-for-directory-search.rst
@@ -89,4 +89,4 @@ other parts of the compiler:
Do not search the standard system directories for D source and interface
files. Only the directories that have been specified with :option:`-I` options
- (and the directory of the current file, if appropriate) are searched.
+ (and the directory of the current file, if appropriate) are searched. \ No newline at end of file
diff --git a/gcc/d/doc/invoking-gdc/options-for-linking.rst b/gcc/d/doc/invoking-gdc/options-for-linking.rst
index 31ea783..dc64fcd 100644
--- a/gcc/d/doc/invoking-gdc/options-for-linking.rst
+++ b/gcc/d/doc/invoking-gdc/options-for-linking.rst
@@ -56,4 +56,4 @@ a link step.
On systems that provide :samp:`libgphobos` and :samp:`libgdruntime` as a
shared and a static library, this option forces the use of the static
version. If no static version was built when the compiler was configured,
- this option has no effect.
+ this option has no effect. \ No newline at end of file
diff --git a/gcc/d/doc/invoking-gdc/runtime-options.rst b/gcc/d/doc/invoking-gdc/runtime-options.rst
index fcb7eae..fda87c2 100644
--- a/gcc/d/doc/invoking-gdc/runtime-options.rst
+++ b/gcc/d/doc/invoking-gdc/runtime-options.rst
@@ -311,4 +311,4 @@ These options affect the runtime behavior of programs compiled with
Turns off emission of declarations that can be defined in multiple objects as
weak symbols. The default is to emit all public symbols as weak, unless the
target lacks support for weak symbols. Disabling this option means that common
- symbols are instead put in COMDAT or become private.
+ symbols are instead put in COMDAT or become private. \ No newline at end of file
diff --git a/gcc/d/doc/invoking-gdc/warnings.rst b/gcc/d/doc/invoking-gdc/warnings.rst
index 180a6e4..c9ed52e 100644
--- a/gcc/d/doc/invoking-gdc/warnings.rst
+++ b/gcc/d/doc/invoking-gdc/warnings.rst
@@ -145,4 +145,4 @@ specified, they do not prevent compilation of the program.
List all variables going into thread local storage.
:samp:`vmarkdown`
- List instances of Markdown replacements in Ddoc.
+ List instances of Markdown replacements in Ddoc. \ No newline at end of file