mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-03 08:10:31 +02:00
Properly close @deftypefn.
This commit is contained in:
parent
1ebcfa3416
commit
7cf2d3d520
1 changed files with 1 additions and 1 deletions
|
@ -1768,7 +1768,7 @@ Return @code{1} if the @var{obj} is an array and @code{0} if not.
|
||||||
@deftypefn {C Function} int scm_is_typed_array (SCM obj, SCM type)
|
@deftypefn {C Function} int scm_is_typed_array (SCM obj, SCM type)
|
||||||
Return @code{0} if the @var{obj} is an array of type @var{type}, and
|
Return @code{0} if the @var{obj} is an array of type @var{type}, and
|
||||||
@code{1} if not.
|
@code{1} if not.
|
||||||
@end deffn
|
@end deftypefn
|
||||||
|
|
||||||
@deffn {Scheme Procedure} make-array fill bound @dots{}
|
@deffn {Scheme Procedure} make-array fill bound @dots{}
|
||||||
@deffnx {C Function} scm_make_array (fill, bounds)
|
@deffnx {C Function} scm_make_array (fill, bounds)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue