Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwan Bocher committed Jan 7, 2015
1 parent 29169ba commit cba6235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public ST_RingBuffer() {
+ " (3) the number of rings, (4) optional - the end cap style (square, round) Default is round\n"
+ "a list of blank-separated key=value pairs (string case) iso used t manage line style parameters.\n "
+ "Please read the ST_Buffer documention.\n"
+ " (5) optional - createHole True if you want to keep only difference between buffers Default is true");
+ " (5) optional - createHole True if you want to keep only difference between buffers Default is true.\n"
+ "Note : Holes are not supported by this function.");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ public ST_RingSideBuffer(){
+ "a list of blank-separated key=value pairs (string case) iso used t manage line style parameters.\n "
+ " The end cap style for single-sided buffers is always ignored, and forced to the equivalent of flat.\n"
+ "Please read the ST_Buffer documention.\n"
+ " (5) optional - createHole True if you want to keep only difference between buffers Default is true");
+ " (5) optional - createHole True if you want to keep only difference between buffers Default is true.\n"
+ "Note : Holes are not supported by this function.");

}

Expand Down

0 comments on commit cba6235

Please sign in to comment.