changeset 186:2dde165e3fd5

Fix error in the documentation.
author gedeone-octave <marcovass89@hotmail.it>
date Sat, 09 Nov 2013 11:01:25 +0000
parents 0e6d1d79244a
children 0f302d70bb6d
files inst/BilinearForm.m src/DirichletBC.cc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/inst/BilinearForm.m	Sat Nov 09 10:51:29 2013 +0000
+++ b/inst/BilinearForm.m	Sat Nov 09 11:01:25 2013 +0000
@@ -30,7 +30,7 @@
 ## which specify the parameters for the BilinearForm as stated in the ufl file.
 ## They can be either a Constant, a Function or an Expression.
 ##
-## @seealso{@import_ufl_BilinearForm, @import_ufl_Problem, FunctionSpace, 
+## @seealso{import_ufl_BilinearForm, @import_ufl_Problem, FunctionSpace, 
 ## LinearForm, ResidualForm}
 ## @end deftypefn
 function a = BilinearForm (name, U, V, varargin)
--- a/src/DirichletBC.cc	Sat Nov 09 10:51:29 2013 +0000
+++ b/src/DirichletBC.cc	Sat Nov 09 11:01:25 2013 +0000
@@ -32,7 +32,7 @@
 @item @var{Function_handle} is a function handle which contains the expression \
 that we want to apply as a BC. If we have a Vector field, we can just use a\n\
 vector of function handles: \
-@var{Function handle} = [@(x, y) f1, @(x, y) f2, ...]\n\
+@var{Function handle} = ['''@'''(x, y) f1, '''@'''(x, y) f2, ...]\n\
 @item @var{Boundary_Label} is an Array which contains the label(s) of the \
 side(s) where the BC has to be applied.\n\
 @end itemize\n\