1
Fork 0
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:
Marius Vollmer 2004-12-30 02:46:58 +00:00
parent 1ebcfa3416
commit 7cf2d3d520

View file

@ -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)