comparison scripts/plot/__add_datasource__.m @ 8812:7d48766c21a5

use consistent format for doc strings of internal functions
author John W. Eaton <jwe@octave.org>
date Thu, 19 Feb 2009 02:16:34 -0500
parents 79c874fe5100
children eb63fbe60fab
comparison
equal deleted inserted replaced
8811:20dfb885f877 8812:7d48766c21a5
14 ## 14 ##
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## Undocumented internal function 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {@var{newargs} =} __add_datasource__ (@var{fcn}, @var{h}, @var{data}, @var{varargin})
21 ## Undocumented internal function.
22 ## @end deftypefn
20 23
21 function newargs = __add_datasource__ (fcn, h, data, varargin) 24 function newargs = __add_datasource__ (fcn, h, data, varargin)
22 25
23 if (nargin < 3) 26 if (nargin < 3)
24 error ("internal error"); 27 error ("internal error");