[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #62804] "help class.method" cannot access old-
From: |
Nicholas Jankowski |
Subject: |
[Octave-bug-tracker] [bug #62804] "help class.method" cannot access old-style class methods |
Date: |
Thu, 8 Feb 2024 15:37:30 -0500 (EST) |
Follow-up Comment #5, bug#62804 (group octave):
matlab 2023b. using the test classdef we made for testing help with various
help locations:
> help foobar_class.meth
comment inside method
>> help @foobar_class/meth
@foobar_class/meth not found.
Search the documentation for @foobar_class/meth
>> help foobar_class/meth
comment inside method
testing with an old style class and dropping a disp method in there:
>> help foobar_class_old.disp
foobar disp fn above
>> help foobar_class_old/disp
foobar disp fn above
>> help @foobar_class_old/disp
foobar disp fn above
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62804>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
Message not available
Message not available