changeset 23310:55f1132aab20

* odeset.m: more doc fixes
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 20 Mar 2017 06:37:28 -0400
parents a363ca94d1b7
children 28f1ffaf9e05
files scripts/ode/odeset.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ode/odeset.m	Mon Mar 20 06:31:21 2017 -0400
+++ b/scripts/ode/odeset.m	Mon Mar 20 06:37:28 2017 -0400
@@ -104,7 +104,7 @@
 ## @item MvPattern
 ## If the mass matrix is sparse and non-constant but maintains a
 ## constant sparsity pattern, specify the sparsity pattern.
-## @strong{Note:} This option is not yet implemented.
+## @emph{Note}: This option is not yet implemented.
 ##
 ## @item NonNegative
 ## Specify elements of the state vector that are expected to remain
@@ -127,7 +127,7 @@
 ## time step or also at intermediate time instances. The value should be
 ## a scalar indicating the number of equally spaced time points to use
 ## within each timestep at which to return output.
-## @strong{Note:} This option is not yet implemented.
+## @emph{Note}: This option is not yet implemented.
 ##
 ## @item RelTol
 ## Relative error tolerance.