lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 5241f0f 045/156: Fix some typos in wx_table_g


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 5241f0f 045/156: Fix some typos in wx_table_generator::add_column() comment
Date: Tue, 30 Jan 2018 17:22:06 -0500 (EST)

branch: master
commit 5241f0fda4285998e04217ca9a8de914322343e3
Author: Vadim Zeitlin <address@hidden>
Commit: Vadim Zeitlin <address@hidden>

    Fix some typos in wx_table_generator::add_column() comment
    
    No real changes.
---
 wx_table_generator.hpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/wx_table_generator.hpp b/wx_table_generator.hpp
index 3e3f657..7de6eeb 100644
--- a/wx_table_generator.hpp
+++ b/wx_table_generator.hpp
@@ -52,14 +52,15 @@ class wx_table_generator
     // Adds a column to the table. The total number of added columns determines
     // the number of the expected value in output_row() calls.
     //
-    // Providing an empty header suppresses the table display, while still
-    // taking into account in output_row(), providing a convenient way to hide
-    // a single column without changing the data representation.
+    // Providing an empty header suppresses the column display, while still
+    // taking it into account in output_row(), providing a convenient way to
+    // hide a single column without changing the data representation.
     //
     // Each column must either have a fixed width, specified as the width of
     // the longest text that may appear in this column, or be expandable
     // meaning that the rest of the page width is allocated to it which will be
     // the case if widest_text is empty.
+    //
     // Notice that column headers may be multiline strings.
     void add_column(std::string const& header, std::string const& widest_text);
 



reply via email to

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