changeset 185:0e6d1d79244a

Fix error in the documentation.
author gedeone-octave <marcovass89@hotmail.it>
date Sat, 09 Nov 2013 10:51:29 +0000
parents 66071811eef8
children 2dde165e3fd5
files inst/BilinearForm.m inst/Functional.m inst/JacobianForm.m inst/LinearForm.m inst/ResidualForm.m
diffstat 5 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/inst/BilinearForm.m	Sat Nov 09 10:44:51 2013 +0000
+++ b/inst/BilinearForm.m	Sat Nov 09 10:51:29 2013 +0000
@@ -24,7 +24,7 @@
 ## @itemize @bullet
 ## @item @var{my_problem} the name of the problem to solve.
 ## @item the FunctionSpace @var{U} and @var{V} where the problem is defined.
-## @enditemize
+## @end itemize
 ##
 ## The optional arguments are the @var{coefficient_1}, @var{coefficient_2} 
 ## which specify the parameters for the BilinearForm as stated in the ufl file.
--- a/inst/Functional.m	Sat Nov 09 10:44:51 2013 +0000
+++ b/inst/Functional.m	Sat Nov 09 10:51:29 2013 +0000
@@ -24,7 +24,7 @@
 ## @itemize @bullet
 ## @item @var{my_problem} the name of the problem to solve.
 ## @item the FunctionSpace @var{U} where the problem is defined.
-## @enditemize
+## @end itemize
 ##
 ## The optional arguments are the @var{coefficient_1}, @var{coefficient_2} 
 ## which specify the parameters for the Functional with the same name which
--- a/inst/JacobianForm.m	Sat Nov 09 10:44:51 2013 +0000
+++ b/inst/JacobianForm.m	Sat Nov 09 10:51:29 2013 +0000
@@ -25,7 +25,7 @@
 ## @itemize @bullet
 ## @item @var{my_problem} the name of the problem to solve.
 ## @item the FunctionSpace @var{U} and @var{V} where the problem is defined.
-## @enditemize
+## @end itemize
 ##
 ## The optional arguments are the @var{coefficient_1}, @var{coefficient_2} 
 ## which specify the parameters for the JacobianForm with the same name which
--- a/inst/LinearForm.m	Sat Nov 09 10:44:51 2013 +0000
+++ b/inst/LinearForm.m	Sat Nov 09 10:51:29 2013 +0000
@@ -24,7 +24,7 @@
 ## @itemize @bullet
 ## @item @var{my_problem} the name of the problem to solve.
 ## @item the FunctionSpace @var{U} where the problem is defined.
-## @enditemize
+## @end itemize
 ##
 ## The optional arguments are the @var{coefficient_1}, @var{coefficient_2} 
 ## which specify the parameters for the LinearForm with the same name which
--- a/inst/ResidualForm.m	Sat Nov 09 10:44:51 2013 +0000
+++ b/inst/ResidualForm.m	Sat Nov 09 10:51:29 2013 +0000
@@ -26,7 +26,7 @@
 ## @itemize @bullet
 ## @item @var{my_problem} the name of the problem to solve.
 ## @item the FunctionSpace @var{U} where the problem is defined.
-## @enditemize
+## @end itemize
 ##
 ## The optional arguments are the @var{coefficient_1}, @var{coefficient_2} 
 ## which specify the parameters for the ResidualForm with the same name which