Minor syntax changes in commenting.

git-svn-id: http://svn.osgeo.org/postgis/trunk@132 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Paul Ramsey 2002-03-25 22:20:50 +00:00
parent c0dadfad09
commit eefd6a3fc0

View file

@ -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).
*/