diff src/assemble_system.cc @ 125:a80ac536c78a

Fix bug in the texinfo code
author gedeone-octave <marcovass89@hotmail.it>
date Mon, 02 Sep 2013 23:52:49 +0200
parents 70322135b25f
children 9486cbdc0a2e
line wrap: on
line diff
--- a/src/assemble_system.cc	Mon Sep 02 23:51:28 2013 +0200
+++ b/src/assemble_system.cc	Mon Sep 02 23:52:49 2013 +0200
@@ -27,16 +27,16 @@
 @item @var{form a} the linear form to assemble.\n\
 @item @var{DirichletBC} represents the optional BC that you wish to apply to\n\
 the system. If more than one BC has to be applied, just list them.\n\
-@enditemize \n\
+@end itemize \n\
 The output @var{A} is a discretized representation of the system:\n\
 @itemize @bullet\n\
 @item @var{A} is the sparse Matrix corresponding to the @var{form a}\n\
 @item @var{A} is the Vector corresponding to the @var{form L}\n\
-@enditemize \n\
-@If you need to apply boundary condition to a system for a nonlinear problem \n\
-@then you should provide as 3rd argument the vector and you will receive it back\n\
-@as the third output argument. For an example of this situation, you can look\n\
-@the example HyperElasticity.m\n\
+@end itemize \n\
+If you need to apply boundary condition to a system for a nonlinear problem \n\
+then you should provide as 3rd argument the vector and you will receive it back\n\
+as the third output argument. For an example of this situation, you can look\n\
+the example HyperElasticity.m\n\
 @end deftypefn")
 {
   int nargin = args.length ();