diff options
author | Marius Vollmer <mvo@zagadka.de> | 2005-03-29 17:54:03 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2005-03-29 17:54:03 +0000 |
commit | c93557e7aacfb083ddb5fd35b46a52b0f69e6adb (patch) | |
tree | 5fff30aed9d9f4c5530e3e91665726051d641288 /doc/ref/api-memory.texi | |
parent | 08d2020d3ab6d310ecd2403c37d77993c5f368ad (diff) | |
download | guile-c93557e7aacfb083ddb5fd35b46a52b0f69e6adb.tar.gz |
Correct strange placement of @end deffn...
Diffstat (limited to 'doc/ref/api-memory.texi')
-rw-r--r-- | doc/ref/api-memory.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/ref/api-memory.texi b/doc/ref/api-memory.texi index 6e806b71b..98615cc77 100644 --- a/doc/ref/api-memory.texi +++ b/doc/ref/api-memory.texi @@ -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 |