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: Rik
Subject: [Octave-bug-tracker] [bug #38369] help fails to display the help text for class methods
Date: Fri, 22 Feb 2013 20:37:49 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0

Follow-up Comment #1, bug #38369 (project octave):

The last method ('help @classname/classfcn') used to be the only way to get
help and that has been implemented in Octave.  Is the directory where
@ClassName located in the PATH variable for Octave?

I used the following in a build tree for Octave.


./run-octave   # at shell
addpath ("./examples") 
help polynomial_superiorto   # fails on method functions.  
help polynomial              # BUT, does work for constructor
help polynomial/polynomial_superiorto   # fails on method functions.  
help polynomial.polynomial_superiorto   # fails on method functions.  
help @polynomial/polynomial_superiorto  # WORKS



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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