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

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

[Octave-bug-tracker] [bug #65220] get_help_text returns docstring from p


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #65220] get_help_text returns docstring from parent methods
Date: Tue, 30 Jan 2024 16:54:17 -0500 (EST)

Follow-up Comment #32, bug#65220 (group octave):

One more question that I don't think has been answered yet.  If there are
comments above *and* on the same line as a property declaration, which one
does Matlab select?


classdef foo
  properties
    %% block comment above property A
    A = 13;  %% end-of-line comment after property A
  end
end




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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