]> granicus.if.org Git - postgis/commitdiff
slight correction
authorRegina Obe <lr@pcorp.us>
Mon, 6 Jul 2009 07:37:15 +0000 (07:37 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 6 Jul 2009 07:37:15 +0000 (07:37 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4260 b70326c6-7e19-0410-871a-916f4a2858ee

STYLE

diff --git a/STYLE b/STYLE
index c25807d20229dc633bf6312c997048fb503b54a0..451cd563f8f7b5252cd58aeae9e4340040c387ea 100644 (file)
--- a/STYLE
+++ b/STYLE
@@ -42,9 +42,7 @@ When describing a function,  the description should be right above the function
 This is so the function description can be picked up by the doxygen autodocumentor.  For example
 
 /**
-** funny_function()
-**
-** Does something funny
+* Does something funny
 */
 double funny_function(POINT2D *p1, POINT2D *p2, POINT2D *q){
        funny stuff here;