Commit 0d44b8be by Tobias Burnus Committed by Tobias Burnus

re PR libfortran/47872 (Alternative syntax for intrinsics should be documented on separate line)

2011-02-24  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47872
        * intrinsic.texi (ALLOCATED, ATAN, BESSEL_JN, BESSEL_YN): Add
        multitable for linebreak between different syntax variants.

From-SVN: r170480
parent 0024f1af
2011-02-24 Tobias Burnus <burnus@net-b.de>
PR fortran/47872
* intrinsic.texi (ALLOCATED, ATAN, BESSEL_JN, BESSEL_YN): Add
multitable for linebreak between different syntax variants.
2011-02-24 Richard Guenther <rguenther@suse.de>
PR fortran/47839
......
......@@ -992,7 +992,10 @@ scalar entities are available in Fortran 2003 and later.
Inquiry function
@item @emph{Syntax}:
@code{RESULT = ALLOCATED(ARRAY)} or @code{RESULT = ALLOCATED(SCALAR)}
@multitable @columnfractions .80
@item @code{RESULT = ALLOCATED(ARRAY)}
@item @code{RESULT = ALLOCATED(SCALAR)}
@end multitable
@item @emph{Arguments}:
@multitable @columnfractions .15 .70
......@@ -1395,8 +1398,10 @@ Fortran 2008 or later
Elemental function
@item @emph{Syntax}:
@code{RESULT = ATAN(X)}
@code{RESULT = ATAN(Y, X)}
@multitable @columnfractions .80
@item @code{RESULT = ATAN(X)}
@item @code{RESULT = ATAN(Y, X)}
@end multitable
@item @emph{Arguments}:
@multitable @columnfractions .15 .70
......@@ -1666,8 +1671,10 @@ Elemental function, except for the transformational function
@code{BESSEL_JN(N1, N2, X)}
@item @emph{Syntax}:
@code{RESULT = BESSEL_JN(N, X)}
@code{RESULT = BESSEL_JN(N1, N2, X)}
@multitable @columnfractions .80
@item @code{RESULT = BESSEL_JN(N, X)}
@item @code{RESULT = BESSEL_JN(N1, N2, X)}
@end multitable
@item @emph{Arguments}:
@multitable @columnfractions .15 .70
......@@ -1826,8 +1833,10 @@ Elemental function, except for the transformational function
@code{BESSEL_YN(N1, N2, X)}
@item @emph{Syntax}:
@code{RESULT = BESSEL_YN(N, X)}
@code{RESULT = BESSEL_YN(N1, N2, X)}
@multitable @columnfractions .80
@item @code{RESULT = BESSEL_YN(N, X)}
@item @code{RESULT = BESSEL_YN(N1, N2, X)}
@end multitable
@item @emph{Arguments}:
@multitable @columnfractions .15 .70
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment