]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Revert "docs: fix: WARNING: Parsing of expression failed. Using fallback parser."
authorMartin Liska <mliska@suse.cz>
Sun, 13 Nov 2022 20:57:31 +0000 (21:57 +0100)
committerMartin Liska <mliska@suse.cz>
Mon, 14 Nov 2022 08:35:04 +0000 (09:35 +0100)
This reverts commit a305ac87b46e263a3bc0c886f9dfddf2664f6af8.

gcc/fortran/doc/gfortran/intrinsic-procedures/aint.rst
gcc/fortran/doc/gfortran/intrinsic-procedures/anint.rst
gcc/fortran/doc/gfortran/intrinsic-procedures/char.rst
gcc/fortran/doc/gfortran/intrinsic-procedures/int.rst
gcc/fortran/doc/gfortran/intrinsic-procedures/real.rst

index f95a60121aa4117f979aa05951e30017e15e314f..2550442c2461c5388674fd9bdb6e45cd8a420db3 100644 (file)
@@ -16,7 +16,7 @@
 AINT --- Truncate to a whole number
 ***********************************
 
-.. function:: AINT(A, KIND)
+.. function:: AINT(A [, KIND])
 
   ``AINT(A [, KIND])`` truncates its argument to a whole number.
 
@@ -75,4 +75,4 @@ AINT --- Truncate to a whole number
        * - ``DINT(A)``
          - ``REAL(8) A``
          - ``REAL(8)``
-         - Fortran 77 and later
+         - Fortran 77 and later
\ No newline at end of file
index 7c1d324cfc7835625dafe33909ff8aa5a59ce770..889585c412f35a36d2c69a4bf2d4bd6e0ed4e572 100644 (file)
@@ -16,7 +16,7 @@
 ANINT --- Nearest whole number
 ******************************
 
-.. function:: ANINT(A, KIND)
+.. function:: ANINT(A [, KIND])
 
   ``ANINT(A [, KIND])`` rounds its argument to the nearest whole number.
 
@@ -73,4 +73,4 @@ ANINT --- Nearest whole number
        * - ``DNINT(A)``
          - ``REAL(8) A``
          - ``REAL(8)``
-         - Fortran 77 and later
+         - Fortran 77 and later
\ No newline at end of file
index a51b927d0b3473bf77d5a7b2b4cb8c08a2256fb5..221deca4882515455a412602245d7174f97c88dc 100644 (file)
@@ -12,7 +12,7 @@
 CHAR --- Character conversion function
 **************************************
 
-.. function:: CHAR(I, KIND)
+.. function:: CHAR(I [, KIND])
 
   ``CHAR(I [, KIND])`` returns the character represented by the integer :samp:`{I}`.
 
@@ -68,4 +68,4 @@ CHAR --- Character conversion function
   See also:
     :ref:`ACHAR`,
     :ref:`IACHAR`,
-    :ref:`ICHAR`
+    :ref:`ICHAR`
\ No newline at end of file
index 83a35aef52985bde2ab708c1c4206ecb5a4eb3c7..43d2a56be3859fb4202565b1e19032cffebfb56d 100644 (file)
@@ -16,7 +16,7 @@
 INT --- Convert to integer type
 *******************************
 
-.. function:: INT(A, KIND)
+.. function:: INT(A , KIND))
 
   Convert to integer type
 
@@ -73,4 +73,4 @@ INT --- Convert to integer type
        * - ``IDINT(A)``
          - ``REAL(8) A``
          - ``INTEGER``
-         - Fortran 77 and later
+         - Fortran 77 and later
\ No newline at end of file
index be19a01723dc75e2396d46c71d7d0305a1251148..0f15f5cb8ccd71f4c1b8aea47531a5b554eeac32 100644 (file)
@@ -28,7 +28,7 @@
 REAL --- Convert to real type
 ******************************
 
-.. function:: REAL(A, KIND)
+.. function:: REAL(A [, KIND])
 
   ``REAL(A [, KIND])`` converts its argument :samp:`{A}` to a real type.  The
   ``REALPART`` function is provided for compatibility with :command:`g77`,
@@ -101,4 +101,4 @@ REAL --- Convert to real type
          - Fortran 77 and later
 
   See also:
-    :ref:`DBLE`
+    :ref:`DBLE`
\ No newline at end of file