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

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

[Octave-bug-tracker] [bug #65259] Don't say documentation for class itse


From: Rik
Subject: [Octave-bug-tracker] [bug #65259] Don't say documentation for class itself comes from class constructor
Date: Mon, 5 Feb 2024 18:06:31 -0500 (EST)

Follow-up Comment #1, bug#65259 (group octave):

Just a note to say that any change will be in help.cc around line 255.


          if (fcn->is_classdef_meta ())
            {
              octave_classdef_meta *meta_obj
                = dynamic_cast<octave_classdef_meta *> (fcn);

              file = meta_obj->file_name ();

              if (meta_obj->is_classdef_constructor ())
                type = "class constructor";
              else if (meta_obj->is_classdef_method ())
                type = "class method";
              else
                type = "classdef meta object";
            }




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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