changeset 13202:92095e0ba372

Fix the copyright and docstring of __sprand_impl__
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Fri, 23 Sep 2011 13:11:36 -0500
parents b8779f71b77f
children b6aba5b4edb1
files scripts/sparse/private/__sprand_impl__.m
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/sparse/private/__sprand_impl__.m	Fri Sep 23 12:24:14 2011 -0500
+++ b/scripts/sparse/private/__sprand_impl__.m	Fri Sep 23 13:11:36 2011 -0500
@@ -1,4 +1,5 @@
 ## Copyright (C) 2004-2011 Paul Kienzle
+## Copyright (C) 2011 Jordi GutiƩrrez Hermoso
 ##
 ## This file is part of Octave.
 ##
@@ -19,10 +20,9 @@
 ## Original version by Paul Kienzle distributed as free software in the
 ## public domain.
 
-## Undocumented internal function.
-
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} __isequal__ (@var{nans_compare_equal}, @var{x1}, @var{x2}, @dots{})
+## @deftypefn {Function File} {} __sprand_impl__ (@var{s}, @var{randfun})
+## @deftypefnx {Function File} {} __sprand_impl__ (@var{m}, @var{n}, @var{d}, @var{funname}, @var{randfun})
 ## Undocumented internal function.
 ## @end deftypefn