diff scripts/optimization/qp.m @ 9051:1bf0ce0930be

Grammar check TexInfo in all .m files Cleanup documentation sources to follow a few consistent rules. Spellcheck was NOT done. (but will be in another changeset)
author Rik <rdrider0-list@yahoo.com>
date Fri, 27 Mar 2009 22:31:03 -0700
parents eb63fbe60fab
children f0c3d3fc4903
line wrap: on
line diff
--- a/scripts/optimization/qp.m	Thu Mar 26 11:47:34 2009 -0700
+++ b/scripts/optimization/qp.m	Fri Mar 27 22:31:03 2009 -0700
@@ -30,8 +30,10 @@
 ## @ifnottex
 ##
 ## @example
+## @group
 ##      min 0.5 x'*H*x + x'*q
 ##       x
+## @end group
 ## @end example
 ##
 ## @end ifnottex
@@ -46,9 +48,11 @@
 ## @ifnottex
 ##
 ## @example
+## @group
 ##      A*x = b
 ##      lb <= x <= ub
 ##      A_lb <= A_in*x <= A_ub
+## @end group
 ## @end example
 ## @end ifnottex
 ##