1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

Correct strange placement of @end deffn...

This commit is contained in:
Marius Vollmer 2005-03-29 17:54:03 +00:00
parent 08d2020d3a
commit c93557e7aa

View file

@ -80,6 +80,7 @@ this mechanism.
@deffnx {C Function} scm_gc_stats ()
Return an association list of statistics about Guile's current
use of storage.
@end deffn
@deffn {Scheme Procedure} gc-live-object-stats
@deffnx {C Function} scm_gc_live_object_stats ()
@ -94,9 +95,6 @@ typically from a smob @emph{mark} function.
@end deftypefun
@end deffn
@node Memory Blocks
@subsection Memory Blocks