Skip to content

Commit

Permalink
slight correction
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/postgis/trunk@4260 b70326c6-7e19-0410-871a-916f4a2858ee
  • Loading branch information
robe committed Jul 6, 2009
1 parent a43e2b4 commit 062e25a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions STYLE
Expand Up @@ -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;
Expand Down

0 comments on commit 062e25a

Please sign in to comment.