From eefd6a3fc0b0e6bea695a00a457b6ad581de8188 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 25 Mar 2002 22:20:50 +0000 Subject: [PATCH] Minor syntax changes in commenting. git-svn-id: http://svn.osgeo.org/postgis/trunk@132 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/postgis.h b/postgis.h index 0dd33c398..41893b3e6 100644 --- 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). + */ -- 2.40.0