diff --git a/matlab/reporting/@page/write.m b/matlab/reporting/@page/write.m
index b4453a273a11c1115f6f713d185c5e12e941ef30..5520f307d17b1440c7b54cc82448cb9d72911574 100644
--- a/matlab/reporting/@page/write.m
+++ b/matlab/reporting/@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/reporting/@pages/write.m b/matlab/reporting/@pages/write.m
index c7b2c18730f616a119e60fc844bae5a023254d7b..903e8b6b6ef2de589ec648f771e35928f68d4bdf 100644
--- a/matlab/reporting/@pages/write.m
+++ b/matlab/reporting/@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/reporting/@section/write.m b/matlab/reporting/@section/write.m
index da8c93744362cd97cc48c045af430c7786fa476d..8a4d36d8e1f2e27a6b4c32172263bccb8b6a49fa 100644
--- a/matlab/reporting/@section/write.m
+++ b/matlab/reporting/@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/reporting/@sections/write.m b/matlab/reporting/@sections/write.m
index 937bd3c17875570eefacda5646b8d4e4118cc437..372ef6299d6be6ce8ae9b550eafc0bb077e6bb7d 100644
--- a/matlab/reporting/@sections/write.m
+++ b/matlab/reporting/@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/reporting/@series/write.m b/matlab/reporting/@series/write.m
index b3186ce4318dee6c888cfc200902006d10397404..30549913af5629dd52ae8da2f159d3c985798371 100644
--- a/matlab/reporting/@series/write.m
+++ b/matlab/reporting/@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/reporting/@table/write.m b/matlab/reporting/@table/write.m
index 9f9e3f9fa92788dfba261c412aca7b13996dd211..ba5357c387bd720590d5dbabc7e10b95b8f3131c 100644
--- a/matlab/reporting/@table/write.m
+++ b/matlab/reporting/@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/reporting/@vspace/write.m b/matlab/reporting/@vspace/write.m
index fe5a8b2002aeabe54f66fcb613c234d246ac61ab..b3d2fb2bb13fc9a990271d3bd30d5432c4c7f915 100644
--- a/matlab/reporting/@vspace/write.m
+++ b/matlab/reporting/@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