diff src/variables.cc @ 3446:5ee5afb3981a

[project @ 2000-01-17 09:42:43 by jwe]
author jwe
date Mon, 17 Jan 2000 09:42:48 +0000
parents c4309e154d0e
children d25bc039237b
line wrap: on
line diff
--- a/src/variables.cc
+++ b/src/variables.cc
@@ -1223,7 +1223,10 @@
 }
 
 DEFUN (__dump_symtab_info__, args, ,
-  "__dump_symtab_info__ (): print raw symbol table statistices")
+  "-*- texinfo -*-\n\
+@deftypefn {Built-in Function} {} __dump_symtab_info__ ()\n\
+Print raw symbol table statistices.\n\
+@end deftypefn")
 {
   octave_value_list retval;
 
@@ -1247,7 +1250,10 @@
 }
 
 DEFUN (__dump_symbol_info__, args, ,
-  "__dump_symbol_info__ (NAME)")
+  "-*- texinfo -*-\n\
+@deftypefn {Built-in Function} {} __dump_symbol_info__ (@var{name})\n\
+Print symbol table information for the symbol @var{name}.
+@end deftypefn")
 {
   octave_value_list retval;