changeset 141:e53cf3389e03

Maint: improve documentation.
author gedeone-octave <marcovass89@hotmail.it>
date Mon, 09 Sep 2013 22:31:57 +0200
parents d94b16927632
children ed03c46b70b2
files src/save.cc
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/save.cc	Mon Sep 09 22:31:37 2013 +0200
+++ b/src/save.cc	Mon Sep 09 22:31:57 2013 +0200
@@ -18,14 +18,14 @@
 
 DEFUN_DLD (save, args, , "-*- texinfo -*-\n\
 @deftypefn {Function File} \
-fem_save (@var{Function}, @var{Name}\n\
+fem_save (@var{Function}, @var{Name})\n\
 The input parameters are\n\
 @itemize @bullet \n\
-@item @var{Function} is the parameter of type function that you want to save\n\
+@item @var{Function} is the function that you want to save\n\
 @item @var{Name} is a string for the output name\n\
 @end itemize\n\
-The output is a file in format .pvd\n\
-@seealso{fem_plot, fem_func}\n\
+The output is a file in format .vtu\n\
+@seealso{plot, Function}\n\
 @end deftypefn")
 {