Skip to content
Snippets Groups Projects
Commit 71a1d3df authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed header doc.

parent 8ce6a0c3
Branches
Tags
No related merge requests found
...@@ -3,11 +3,11 @@ function o = append(o, d) % --*-- Unitary tests --*-- ...@@ -3,11 +3,11 @@ function o = append(o, d) % --*-- Unitary tests --*--
% append method for dates class. % append method for dates class.
% %
% INPUTS % INPUTS
% - o dates object. % - o [dates]
% - a dates object with one element or string that can be interpreted as a date. % - a [dates or string] dates object with one element or string that can be interpreted as a date.
% %
% OUTPUTS % OUTPUTS
% - o dates object containing dates defined in A and a. % - o [dates] dates object containing dates defined in o and d.
% Copyright (C) 2012-2014 Dynare Team % Copyright (C) 2012-2014 Dynare Team
% %
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment