Replaced texinfo header by a plain text header.

time-shift
Stéphane Adjemian (Charybdis) 2013-10-10 16:01:37 +02:00
parent 21fa2b949d
commit 55cf9ebde1
1 changed files with 8 additions and 23 deletions

View File

@ -1,28 +1,13 @@
function C = eq(A,B) % --*-- Unitary tests --*-- function C = eq(A,B) % --*-- Unitary tests --*--
%@info: % Overloads == operator for dynDates objects.
%! @deftypefn {Function File} {@var{C} =} eq (@var{A},@var{B}) %
%! @anchor{@dynDates/eq} % INPUTS
%! @sp 1 % o A dynDates object with n or 1 elements.
%! Overloads the eq (equal) operator for the @ref{dynDates} class. % o B dynDates object with n or 1 elements.
%! @sp 2 %
%! @strong{Inputs} % OUTPUTS
%! @sp 1 % o C column vector of max(n,1) elements (zeros or ones).
%! @table @ @var
%! @item A
%! @ref{dynDates} object.
%! @item B
%! @ref{dynDates} object.
%! @end table
%! @sp 1
%! @strong{Outputs}
%! @sp 1
%! @table @ @var
%! @item C
%! scalar integer equal to one if a==b, 0 otherwise.
%! @end table
%! @end deftypefn
%@eod:
% Copyright (C) 2013 Dynare Team % Copyright (C) 2013 Dynare Team
% %