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

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

[Octave-bug-tracker] [bug #65258] Feature Request: provide function prot


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #65258] Feature Request: provide function prototype as docstring when no documentation exists
Date: Tue, 13 Feb 2024 19:25:22 -0500 (EST)

Follow-up Comment #2, bug#65258 (group octave):

For .m file functions, my plan was to either grab the function text from the
file when parsing or generate it from the parse tree.

I don't think we need to worry about what to do for built-in functions because
all the ones we care to document should have doc strings.

Same for .oct file functions.  If you want to have something useful displayed,
document your function.  There's no way we can automatically generate that
info from a DEFUN or MexFunction declaration.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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