comparison scripts/plot/draw/private/__contour__.m @ 20852:516bb87ea72e

2015 Code Sprint: remove class of function from docstring for all m-files.
author Rik <rik@octave.org>
date Sat, 12 Dec 2015 07:31:00 -0800
parents 418ae0cb752f
children 89fa0694aa2e
comparison
equal deleted inserted replaced
20851:0828bf20d105 20852:516bb87ea72e
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 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {[@var{c}, @var{hg}] =} __contour__ (@dots{}) 20 ## @deftypefn {} {[@var{c}, @var{hg}] =} __contour__ (@dots{})
21 ## Undocumented internal function. 21 ## Undocumented internal function.
22 ## @end deftypefn 22 ## @end deftypefn
23 23
24 function [c, hg] = __contour__ (varargin) 24 function [c, hg] = __contour__ (varargin)
25 ax = varargin{1}; 25 ax = varargin{1};