Re: get_help_text() function problem
Bill Greene <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <CABUrC_b7S7+XEse5jksT-8iHa4rk0nJJDpM3tJ-jpg08_AVf6g@mail.gmail.com> |
I am running Octave 6.2.0. Running help inputParser works for me. But that class is so much more complicated than my simple example that I can't determine what the significant difference is. On Fri, May 21, 2021 at 2:22 AM Markus Mützel <[email protected]> wrote: > Am 20. Mai 2021 um 19:58 Uhr schrieb "Bill Greene": > > If I create MyClass.m with the following content: > > ## > > ## myclass: do something > > ## > > > > classdef MyClass > > ## methods > > end > > > > and then run > > > > [t,f]=get_help_text('MyClass') > > > > I get the results > > > > t = > > f = Not documented > > > > I've tried to look at other classdef examples from Octave but don't see > how to fix this. > > Can someone help me? > > Which version of Octave are you using? > I haven't tested myself. But reading this bug report, it might be working > in Octave 6: > https://savannah.gnu.org/bugs/?43047 > > Markus > >