tor, 26 08 2010 kl. 17:36 +0200, skrev Pascal A. Dupuis: > On Thu, Aug 26, 2010 at 12:59:55PM +0200, Søren Hauberg wrote: > > > One of the > > > actual problems is that I overloaded some base functions like size, end, > > > ...; is it required and /or possible to overload the base function doc ? > > > > I don't quite understand the question. > > > > Let say I overload octave 'size' function in the 'dataframe' class. Is it > possible to > 1) have 'help size' provide a list of overloaded functions
Not with the current implementation. You might be able to create a patch for this (I'm not sure if it would even be that hard). > 2) access the class dataframe, function size, documentation ? Can't you type help @dataframe/size ? Søren ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
