# HG changeset patch # User Rik # Date 1682440074 25200 # Node ID 88e7edd94e2e3c4b8a141d4b4637cf7487737d50 # Parent f18da620ab4dabd0dcc6ce7a687a2659a5e15829 Return documentation for "help properties" (bug #64067) * op-kw-docs: Remove delimiter character \x1d from @c comment lines because it interferes with downstream processing. diff -r f18da620ab4d -r 88e7edd94e2e libinterp/op-kw-docs --- a/libinterp/op-kw-docs Thu Apr 20 18:58:57 2023 -0700 +++ b/libinterp/op-kw-docs Tue Apr 25 09:27:54 2023 -0700 @@ -698,12 +698,13 @@ @end deftypefn @c ## FIXME: Can't have duplicate DOCSTRING entries. The function methods() @c ## already has a docstring which overrides this keyword definition. -@c #methods -@c #@c libinterp/parse-tree/oct-parse.yy -@c #-*- texinfo -*- -@c #@deftypefn {} {} methods -@c #Begin a methods block in a classdef definition. -@c #@end deftypefn +@c ## If this is fixed, place \x1d char before keyword "methods". +@c ## methods +@c ## @c libinterp/parse-tree/oct-parse.yy +@c ## -*- texinfo -*- +@c ## @deftypefn {} {} methods +@c ## Begin a methods block in a classdef definition. +@c ## @end deftypefn otherwise @c libinterp/parse-tree/oct-parse.yy -*- texinfo -*- @@ -755,8 +756,9 @@ @end deftypefn @c ## FIXME: Can't have duplicate DOCSTRING entries. The function properties() @c ## already has a docstring which overrides this keyword definition. -@c ## properties -@c ## libinterp/parse-tree/oct-parse.yy +@c ## If this is fixed, place \x1d char before keyword "properties". +@c ## properties +@c ## @c libinterp/parse-tree/oct-parse.yy @c ## -*- texinfo -*- @c ## @deftypefn {} {} properties @c ## Begin a properties block in a classdef definition.