]> granicus.if.org Git - postgis/commitdiff
Minor syntax changes in commenting.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 25 Mar 2002 22:20:50 +0000 (22:20 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 25 Mar 2002 22:20:50 +0000 (22:20 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@132 b70326c6-7e19-0410-871a-916f4a2858ee

postgis.h

index 0dd33c398205aa1e9e5125ce15395fc1492523db..41893b3e6735aee5ff8fbdf379ed8f8dd0783c59 100644 (file)
--- a/postgis.h
+++ b/postgis.h
@@ -1,9 +1,11 @@
-//Geometric types for Postgis
-//
-// point3d, line3d, and polygon3d are the base types.
-// 
-// Everything is stored in a geometry3d, which is just a conglomeration
-// of the base types (and a little bit of other info).
+/*
+ * Geometric types for Postgis
+ *
+ * point3d, line3d, and polygon3d are the base types.
+ * 
+ * Everything is stored in a geometry3d, which is just a conglomeration
+ * of the base types (and a little bit of other info).
+ */