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

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

[Octave-bug-tracker] [bug #53416] small patch for @deftypefn


From: Rik
Subject: [Octave-bug-tracker] [bug #53416] small patch for @deftypefn
Date: Mon, 2 Apr 2018 14:32:54 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #53416 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

I pushed a change to the documentation for the keyword function
(http://hg.savannah.gnu.org/hgweb/octave/rev/8f1ab6db6709).  If you try 'help
function" the documentation is now


 -- function OUTPUTS = function_name (INPUT, ...)
 -- function function_name (INPUT, ...)
 -- function OUTPUTS = function_name
     Begin a function body with name 'function_name', with OUTPUTS as
     results, and with INPUTS as parameters.  The function can later be
     invoked in Octave using the syntax

          [OUTPUT1, OUTPUT2, ...] = function_name (INPUT1, INPUT2, ...)

     See also: return.


Marking as fixed and closing report.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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