octave-bug-tracker
[Top][All Lists]
Advanced

[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:42:51 -0500 (EST)

Follow-up Comment #6, bug#62804 (group octave):

using the recent octave 9 RC1 on the same files:

classdef:

>> help foobar_class.meth
'foobar_class.meth' is a function from the file <path>/foobar_class.m

 comment inside method


Additional help for built-in functions and operators is
available in the online version of the manual.  Use the command
'doc <topic>' to search the manual index.

Help and information about Octave is also available on the WWW
at https://www.octave.org and via the help@octave.org
mailing list.
>> help foobar_class/meth
error: help: 'foobar_class/meth' not found
>> help @foobar_class/meth
error: help: '@foobar_class/meth' not found



嘈 >> help foobar_class_old.disp
error: help: 'foobar_class_old.disp' not found
>> help foobar_class_old/disp
error: help: 'foobar_class_old/disp' not found
>> help @foobar_class_old/disp
'@foobar_class_old/disp' is a function from the file
C:\Users\nicholas.jankowski\Desktop\workingfiles\matlab\@foobar_cl
ass_old\disp.m

 foobar disp fn above


Additional help for built-in functions and operators is
available in the online version of the manual.  Use the command
'doc <topic>' to search the manual index.

Help and information about Octave is also available on the WWW
at https://www.octave.org and via the help@octave.org
mailing list.
>>




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62804>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]