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

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

[Octave-bug-tracker] [bug #38369] help fails to display the help text fo


From: Julien Bect
Subject: [Octave-bug-tracker] [bug #38369] help fails to display the help text for class methods
Date: Thu, 21 Feb 2013 15:31:25 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0

URL:
  <http://savannah.gnu.org/bugs/?38369>

                 Summary: help fails to display the help text for class
methods
                 Project: GNU Octave
            Submitted by: jbect
            Submitted on: jeu. 21 févr. 2013 15:31:23 GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Assume that you have a class ClassName with a method dudule() in
@ClassName/dudule.m.

In Matlab, the following syntaxes are possible :


help dudule % gets help for all overloaded dudule() functions
help ClassName/dudule
help ClassName.dudule
help @ClassName/dudule


but none of them actually works in Octave.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38369>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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