lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 9aa7748 1/7: Correct a misleading comment


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 9aa7748 1/7: Correct a misleading comment
Date: Sun, 13 May 2018 19:45:54 -0400 (EDT)

branch: master
commit 9aa7748521a64a0731e97f69cb8838fc6ad87e60
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Correct a misleading comment
    
    Inclusio unius est exclusio alterius. Functions output_super_header()
    and do_output_values() use 'pos_y' in the same way as output_header()
    and output_row().
---
 wx_table_generator.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wx_table_generator.hpp b/wx_table_generator.hpp
index abf16b9..64d5293 100644
--- a/wx_table_generator.hpp
+++ b/wx_table_generator.hpp
@@ -43,8 +43,8 @@ struct column_parameters
 
 /// Simplifies outputting tabular data on wxDC.
 ///
-/// output_header() and output_row() reuse the same pos_y argument (which
-/// is initially the coordinate of the top of the header or row to output)
+/// Several member functions reuse the same pos_y argument (which is
+/// initially the coordinate of the top of the header or row to output)
 /// and update it to designate the next row to be written.
 ///
 /// The life time of the specified wxDC must be greater than the life time



reply via email to

[Prev in Thread] Current Thread [Next in Thread]