diff options
author | Vasiliy Fofanov <fofanov@adacore.com> | 2022-05-25 17:49:38 +0200 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2022-07-04 07:45:54 +0000 |
commit | cac397f3f6f29fe60d78d437c91f8a3842d567c9 (patch) | |
tree | 5b9f8048fc79d058ad317663e53ae27d17b67183 | |
parent | 063c8f4c01bc1a5e6960c8624077df7137dc5dad (diff) | |
download | gcc-cac397f3f6f29fe60d78d437c91f8a3842d567c9.zip gcc-cac397f3f6f29fe60d78d437c91f8a3842d567c9.tar.gz gcc-cac397f3f6f29fe60d78d437c91f8a3842d567c9.tar.bz2 |
[Ada] Fix length of title underlines.
gcc/ada/
* doc/gnat_rm/the_gnat_library.rst: Fix length of title
underlines.
-rw-r--r-- | gcc/ada/doc/gnat_rm/the_gnat_library.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/doc/gnat_rm/the_gnat_library.rst b/gcc/ada/doc/gnat_rm/the_gnat_library.rst index a682f01..524e3e0 100644 --- a/gcc/ada/doc/gnat_rm/the_gnat_library.rst +++ b/gcc/ada/doc/gnat_rm/the_gnat_library.rst @@ -278,7 +278,7 @@ The specification of this unit is compatible with SPARK 2014. .. _`Ada.Containers.Functional_Vectors_(a-cofuve.ads)`: ``Ada.Containers.Functional_Vectors`` (:file:`a-cofuve.ads`) -================================================================= +============================================================ .. index:: Ada.Containers.Functional_Vectors (a-cofuve.ads) @@ -300,7 +300,7 @@ specification of this unit is compatible with SPARK 2014. .. _`Ada.Containers.Functional_Sets_(a-cofuse.ads)`: ``Ada.Containers.Functional_Sets`` (:file:`a-cofuse.ads`) -================================================================= +========================================================= .. index:: Ada.Containers.Functional_Sets (a-cofuse.ads) @@ -321,7 +321,7 @@ The specification of this unit is compatible with SPARK 2014. .. _`Ada.Containers.Functional_Maps_(a-cofuma.ads)`: ``Ada.Containers.Functional_Maps`` (:file:`a-cofuma.ads`) -================================================================= +========================================================= .. index:: Ada.Containers.Functional_Maps (a-cofuma.ads) |