[Liblas-commits] hg: Comments update.

liblas-commits at liblas.org liblas-commits at liblas.org
Sat Sep 26 11:56:04 EDT 2009


changeset bba105eab4d9 in /home/www/liblas.org/hg
details: http://hg.liblas.org/main/hg?cmd=changeset;node=bba105eab4d9
summary: Comments update.

diffstat:

 include/liblas/liblas.hpp |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r ac99edd0005f -r bba105eab4d9 include/liblas/liblas.hpp
--- a/include/liblas/liblas.hpp	Sat Sep 26 00:14:15 2009 +0100
+++ b/include/liblas/liblas.hpp	Sat Sep 26 16:55:56 2009 +0100
@@ -52,10 +52,10 @@
 /// Namespace grouping all elements of libLAS public interface.
 /// \note
 /// User's may notice there is namespace \em detail nested
-/// in the \em liblas. The \em detail should be considered as
-/// private namespace dedicated for implementation details,
-/// so libLAS are not supposed to access it directly,
-/// nor included headers from the \em detail subdirectory of \em liblas include folder.
+/// in the \em liblas namespace. The \em detail should be considered as private
+/// namespace dedicated for implementation details, so libLAS users are not
+/// supposed to access it directly, nor included headers from the \em detail
+/// subdirectory of \em liblas include folder.
 namespace liblas
 {
 
@@ -98,6 +98,7 @@
     return ofs.is_open();
 }
 
+/// Check if GDAL support has been built in to libLAS.
 inline bool IsGDALEnabled()
 {
 #ifdef HAVE_GDAL
@@ -107,6 +108,7 @@
 #endif
 }
 
+/// Check if GeoTIFF support has been built in to libLAS.
 inline bool IsLibGeoTIFFEnabled()
 {
 #ifdef HAVE_LIBGEOTIFF


More information about the Liblas-commits mailing list