lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master ca6ff86 1/6: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ca6ff86 1/6: Improve documentation
Date: Tue, 31 Jan 2017 21:20:57 +0000 (UTC)

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

    Improve documentation
    
    These two files are not unit tests.
---
 input_sequence.cpp |    2 +-
 input_sequence.hpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/input_sequence.cpp b/input_sequence.cpp
index 28c1af9..dda2242 100644
--- a/input_sequence.cpp
+++ b/input_sequence.cpp
@@ -1,4 +1,4 @@
-// Input sequences e.g. 1 3; 7 5;0; --> 1 1 1 7 7 0... : unit test.
+// Input sequences e.g. 1 3; 7 5;0; --> 1 1 1 7 7 0....
 // Extract the grammar from lines matching the regexp _// GRAMMAR_ .
 //
 // Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 2015, 2016, 2017 Gregory W. Chicares.
diff --git a/input_sequence.hpp b/input_sequence.hpp
index 34d0a10..eb0b116 100644
--- a/input_sequence.hpp
+++ b/input_sequence.hpp
@@ -1,4 +1,4 @@
-// Input sequences e.g. 1 3; 7 5;0; --> 1 1 1 7 7 0... : unit test.
+// Input sequences e.g. 1 3; 7 5;0; --> 1 1 1 7 7 0....
 //
 // Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2016, 2017 Gregory W. Chicares.
 //



reply via email to

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