changeset 32036:c5c065221a0e

inputParser.m: Fix missing @end in TexInfo in cset 80fef9315743. * inputParser.m: Add "@end deftypefn" after "PartialMatching" documentation.
author Rik <rik@octave.org>
date Tue, 18 Apr 2023 15:27:01 -0700
parents 80fef9315743
children 619e2314ebba
files scripts/miscellaneous/inputParser.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/inputParser.m	Tue Apr 18 13:43:08 2023 -0700
+++ b/scripts/miscellaneous/inputParser.m	Tue Apr 18 15:27:01 2023 -0700
@@ -92,6 +92,7 @@
   ## an option; Defaults to true.  For example, the argument @qcode{'opt'} will
   ## match a parameter @qcode{'opt_color'}, but will fail if there is also a
   ## parameter @qcode{'opt_case'}.
+  ## @end deftypefn
   ## 
   ## @deftypefn {} {} inputParser.StructExpand = @var{boolean}
   ## Set whether a structure can be passed to the function instead of