Fixed some issues with stroke() docs.

This commit is contained in:
Revar Desmera 2019-12-04 02:20:05 -08:00
parent 23660ec688
commit 80e9ecac05
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,8 @@
// Module: stroke()
// Usage:
// stroke(path, width, [endcap], [closed]);
// stroke(path, [width], [closed], [endcaps], [endcap_width], [endcap_length], [endcap_extent], [trim]);
// stroke(path, [width], [closed], [endcap1], [endcap2], [endcap_width1], [endcap_width2], [endcap_length1], [endcap_length2], [endcap_extent1], [endcap_extent2], [trim1], [trim2]);
// Description:
// Draws a 2D line path with a given line thickness. Endcaps can be specified for each end individually.
// Figure(2D,Big): Endcap Types

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,50];
BOSL_VERSION = [2,0,51];
// Section: BOSL Library Version Functions