diff scripts/plot/draw/loglog.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 4197fc428c7d
children 1c4cd12987f5
line wrap: on
line diff
--- a/scripts/plot/draw/loglog.m	Sat Dec 12 10:29:10 2015 -0500
+++ b/scripts/plot/draw/loglog.m	Sat Dec 12 07:31:00 2015 -0800
@@ -17,12 +17,12 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn  {Function File} {} loglog (@var{y})
-## @deftypefnx {Function File} {} loglog (@var{x}, @var{y})
-## @deftypefnx {Function File} {} loglog (@var{x}, @var{y}, @var{prop}, @var{value}, @dots{})
-## @deftypefnx {Function File} {} loglog (@var{x}, @var{y}, @var{fmt})
-## @deftypefnx {Function File} {} loglog (@var{hax}, @dots{})
-## @deftypefnx {Function File} {@var{h} =} loglog (@dots{})
+## @deftypefn  {} {} loglog (@var{y})
+## @deftypefnx {} {} loglog (@var{x}, @var{y})
+## @deftypefnx {} {} loglog (@var{x}, @var{y}, @var{prop}, @var{value}, @dots{})
+## @deftypefnx {} {} loglog (@var{x}, @var{y}, @var{fmt})
+## @deftypefnx {} {} loglog (@var{hax}, @dots{})
+## @deftypefnx {} {@var{h} =} loglog (@dots{})
 ## Produce a 2-D plot using logarithmic scales for both axes.
 ##
 ## See the documentation of @code{plot} for a description of the arguments