# HG changeset patch # User Eugenio Gianniti # Date 1407484516 -7200 # Node ID 0b9dc516ba36d9d888535b6f7c65523b026a41e9 # Parent 41b76530fe5e71417a82ea2a9d788894701f415d Correct doc-string for @meshfunction/save diff -r 41b76530fe5e -r 0b9dc516ba36 src/save_mf.cc --- 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 ();