|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r74250 - sandbox/SOC/2011/checks/libs/checks/example
From: pbristow_at_[hidden]
Date: 2011-09-06 04:49:10
Author: pbristow
Date: 2011-09-06 04:49:09 EDT (Tue, 06 Sep 2011)
New Revision: 74250
URL: http://svn.boost.org/trac/boost/changeset/74250
Log:
Added trailing newlines and removing filename after \file
Text files modified:
sandbox/SOC/2011/checks/libs/checks/example/rtn.hpp | 8 +++++---
sandbox/SOC/2011/checks/libs/checks/example/vin.hpp | 6 ++++--
2 files changed, 9 insertions(+), 5 deletions(-)
Modified: sandbox/SOC/2011/checks/libs/checks/example/rtn.hpp
==============================================================================
--- sandbox/SOC/2011/checks/libs/checks/example/rtn.hpp (original)
+++ sandbox/SOC/2011/checks/libs/checks/example/rtn.hpp 2011-09-06 04:49:09 EDT (Tue, 06 Sep 2011)
@@ -1,5 +1,7 @@
-//! \file rtn.hpp
-//! \brief Check and compute the Routing Transit Number (RTN) for example purpose.
+// rtn.hpp
+//! \file
+//! \brief Check and compute the Routing Transit Number (RTN)
+//! as an example of implementing a new checksum type.
// Copyright Pierre Talbot 2011.
@@ -43,4 +45,4 @@
}
//]
-#endif
\ No newline at end of file
+#endif
Modified: sandbox/SOC/2011/checks/libs/checks/example/vin.hpp
==============================================================================
--- sandbox/SOC/2011/checks/libs/checks/example/vin.hpp (original)
+++ sandbox/SOC/2011/checks/libs/checks/example/vin.hpp 2011-09-06 04:49:09 EDT (Tue, 06 Sep 2011)
@@ -1,5 +1,7 @@
-//! \file vin.hpp
+// vin.hpp
+//! \file
//! \brief Check and compute the Vehicle Identification Number.
+//! This is an example of extending the library for a new checksum type.
// Copyright Pierre Talbot 2011.
@@ -112,4 +114,4 @@
//]
-#endif
\ No newline at end of file
+#endif
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk