[Liblas-commits] hg-main-tree: comments

liblas-commits at liblas.org liblas-commits at liblas.org
Fri Jun 24 19:45:16 EDT 2011


details:   http://hg.libpc.orghg-main-tree/rev/50c59fb4ca43
changeset: 810:50c59fb4ca43
user:      Michael P. Gerlek <mpg at flaxen.com>
date:      Fri Jun 24 16:45:10 2011 -0700
description:
comments

diffstat:

 include/pdal/Options.hpp |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r aba2fce34167 -r 50c59fb4ca43 include/pdal/Options.hpp
--- a/include/pdal/Options.hpp	Fri Jun 24 16:42:57 2011 -0700
+++ b/include/pdal/Options.hpp	Fri Jun 24 16:45:10 2011 -0700
@@ -103,9 +103,9 @@
 
 
 
-// An Options is just a set of Option items.
+// An Options object is just a tree of Option objects.
 //
-// Dumped as XML, it looks like this:
+// Dumped as XML, an Options object with two Option objects looks like this:
 //     <?xml...>
 //     <option>
 //       <name>my name</name>


More information about the Liblas-commits mailing list