From a0f25ee621a005c5212419ab42b259eabd934c76 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Wed, 10 Apr 2013 13:01:22 +0200
Subject: [PATCH] reporting: comment cleanup

---
 matlab/reports/@page/write.m     | 5 +++--
 matlab/reports/@pages/write.m    | 6 +++---
 matlab/reports/@section/write.m  | 5 +++--
 matlab/reports/@sections/write.m | 5 +++--
 matlab/reports/@series/write.m   | 7 ++++---
 matlab/reports/@table/write.m    | 6 +++---
 matlab/reports/@vspace/write.m   | 6 +++---
 7 files changed, 22 insertions(+), 18 deletions(-)

diff --git a/matlab/reports/@page/write.m b/matlab/reports/@page/write.m
index b4453a273..5520f307d 100644
--- a/matlab/reports/@page/write.m
+++ b/matlab/reports/@page/write.m
@@ -3,10 +3,11 @@ function o = write(o, fid)
 % Write a Page object
 %
 % INPUTS
-%   fid - int, file id
+%   o              [page]     page object
+%   fid            [integer]  file id
 %
 % OUTPUTS
-%   o   - this
+%   o              [page]     page object
 %
 % SPECIAL REQUIREMENTS
 %   none
diff --git a/matlab/reports/@pages/write.m b/matlab/reports/@pages/write.m
index c7b2c1873..903e8b6b6 100644
--- a/matlab/reports/@pages/write.m
+++ b/matlab/reports/@pages/write.m
@@ -3,11 +3,11 @@ function o = write(o, fid)
 % Write Pages object
 %
 % INPUTS
-%   o              [pages]   pages object
-%   fid            [integer] file id
+%   o              [pages]    pages object
+%   fid            [integer]  file id
 %
 % OUTPUTS
-%   o              [pages]   pages object
+%   o              [pages]    pages object
 %
 % SPECIAL REQUIREMENTS
 %   none
diff --git a/matlab/reports/@section/write.m b/matlab/reports/@section/write.m
index da8c93744..8a4d36d8e 100644
--- a/matlab/reports/@section/write.m
+++ b/matlab/reports/@section/write.m
@@ -3,10 +3,11 @@ function o = write(o, fid)
 % Write Section object
 %
 % INPUTS
-%   fid - int, file id
+%   o         [section] section object
+%   fid       [integer] file id
 %
 % OUTPUTS
-%   o   - this
+%   o         [section] section object
 %
 % SPECIAL REQUIREMENTS
 %   none
diff --git a/matlab/reports/@sections/write.m b/matlab/reports/@sections/write.m
index 937bd3c17..372ef6299 100644
--- a/matlab/reports/@sections/write.m
+++ b/matlab/reports/@sections/write.m
@@ -3,10 +3,11 @@ function o = write(o, fid)
 % Write Sections object
 %
 % INPUTS
-%   fid - int, file id
+%   o           [sections] sections object
+%   fid         [integer]  file id
 %
 % OUTPUTS
-%   o   - this
+%   o           [sections] sections object
 %
 % SPECIAL REQUIREMENTS
 %   none
diff --git a/matlab/reports/@series/write.m b/matlab/reports/@series/write.m
index b3186ce43..30549913a 100644
--- a/matlab/reports/@series/write.m
+++ b/matlab/reports/@series/write.m
@@ -3,11 +3,12 @@ function o = write(o, fid, dates, precision)
 % Write Table Row
 %
 % INPUTS
-%   o       [series]    series object
-%   xrange  [dynDates]  range of x values for line
+%   o            [series]    series object
+%   dates        [dynDates]  dates for series slice
+%   precision    [float]     precision with which to print the data
 %
 % OUTPUTS
-%   o       [series]    series object
+%   o            [series]    series object
 %
 % SPECIAL REQUIREMENTS
 %   none
diff --git a/matlab/reports/@table/write.m b/matlab/reports/@table/write.m
index 9f9e3f9fa..ba5357c38 100644
--- a/matlab/reports/@table/write.m
+++ b/matlab/reports/@table/write.m
@@ -3,11 +3,11 @@ function o = write(o, fid)
 % Write a Table object
 %
 % INPUTS
-%   o   - Table Object
-%   fid - int, file id
+%   o           [table]    table object
+%   fid         [integer]  file id
 %
 % OUTPUTS
-%   o   - Table Object
+%   o           [table]    table object
 %
 % SPECIAL REQUIREMENTS
 %   none
diff --git a/matlab/reports/@vspace/write.m b/matlab/reports/@vspace/write.m
index fe5a8b200..b3d2fb2bb 100644
--- a/matlab/reports/@vspace/write.m
+++ b/matlab/reports/@vspace/write.m
@@ -3,11 +3,11 @@ function o = write(o, fid)
 % Write a Vspace object
 %
 % INPUTS
-%   o   [vspace] vspace object
-%   fid [integer] file id
+%   o           [vspace]   vspace object
+%   fid         [integer]  file id
 %
 % OUTPUTS
-%   o   [vspace] vspace object
+%   o           [vspace]   vspace object
 %
 % SPECIAL REQUIREMENTS
 %   none
-- 
GitLab