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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #55891] "help @class/method" emits an error ra


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55891] "help @class/method" emits an error rather than showing documentation
Date: Wed, 13 Mar 2019 12:46:08 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36

Follow-up Comment #5, bug #55891 (project octave):

Matlab recognizes "foo @bar" as command syntax, equivalent to "foo('@bar')".
The space after the first word is significant as always. I'm not sure if the
rules are any different inside a classdef definition though. Is there reason
to believe they would be different?

As far as the help system, it looks to me like the following all work in
Matlab


help sym        %% returns help on the constructor only
help @sym       %% ditto
help sym.sym    %% ditto
help sym.disp   %% returns help on the disp method
help @sym/disp  %% ditto


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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