# HG changeset patch # User gedeone-octave # Date 1383994289 0 # Node ID 0e6d1d79244a63a0fc577a3415d5c3620aaff6c0 # Parent 66071811eef87802a7ddfa941ed7b61da5fd9973 Fix error in the documentation. diff -r 66071811eef8 -r 0e6d1d79244a inst/BilinearForm.m --- 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. diff -r 66071811eef8 -r 0e6d1d79244a inst/Functional.m --- 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 diff -r 66071811eef8 -r 0e6d1d79244a inst/JacobianForm.m --- 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 diff -r 66071811eef8 -r 0e6d1d79244a inst/LinearForm.m --- 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 diff -r 66071811eef8 -r 0e6d1d79244a inst/ResidualForm.m --- 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