changeset 265:0b9dc516ba36

Correct doc-string for @meshfunction/save
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Fri, 08 Aug 2014 09:55:16 +0200
parents 41b76530fe5e
children 6b37560b7cbb
files src/save_mf.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/save_mf.cc	Thu Aug 07 20:34:50 2014 +0200
+++ b/src/save_mf.cc	Fri Aug 08 09:55:16 2014 +0200
@@ -23,11 +23,11 @@
 Save a meshfunction in XDMF format.\n\
 The input parameters are\n\
 @itemize @bullet \n\
-@item @var{MeshFunction} is the meshfunction that you want to save\n\
+@item @var{MeshFunction} is the meshfunction you want to save\n\
 @item @var{Name} is a string for the output name\n\
 @end itemize\n\
 The output is a .xdmf file.\n\
-@seealso{plot, MeshFunction}\n\
+@seealso{MeshFunction}\n\
 @end deftypefn")
 {
   int nargin = args.length ();