changeset 144:3192af07e539

Maint: update documentation
author gedeone-octave <marcovass89@hotmail.it>
date Mon, 09 Sep 2013 22:45:03 +0200
parents 9486cbdc0a2e
children 93a4ee13aa75
files inst/FunctionSpace.m
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/inst/FunctionSpace.m	Mon Sep 09 22:40:46 2013 +0200
+++ b/inst/FunctionSpace.m	Mon Sep 09 22:45:03 2013 +0200
@@ -15,9 +15,9 @@
 
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {V} = FunctionSpace (name, value(s))
-## This function take as input the name of the Constant that you want to create 
-## and the value, which can be either a scalar or a vector.
+## @deftypefn {Function File} {V} = FunctionSpace (name, mesh)
+## This function take as input the name of the ufl file where the FunctionSpace 
+## is defined and the mesh where you want to create it.
 ## @seealso{Expression, Function} 
 ## @end deftypefn