diff scripts/miscellaneous/xor.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 9fc020886ae9
children bac0d6f07a3e
line wrap: on
line diff
--- a/scripts/miscellaneous/xor.m	Sat Dec 12 10:29:10 2015 -0500
+++ b/scripts/miscellaneous/xor.m	Sat Dec 12 07:31:00 2015 -0800
@@ -17,8 +17,8 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn  {Function File} {@var{z} =} xor (@var{x}, @var{y})
-## @deftypefnx {Function File} {@var{z} =} xor (@var{x1}, @var{x2}, @dots{})
+## @deftypefn  {} {@var{z} =} xor (@var{x}, @var{y})
+## @deftypefnx {} {@var{z} =} xor (@var{x1}, @var{x2}, @dots{})
 ## Return the @dfn{exclusive or} of @var{x} and @var{y}.
 ##
 ## For boolean expressions @var{x} and @var{y},