Skip to content

Commit

Permalink
Merge pull request #147 from sommerluk/gh-pages
Browse files Browse the repository at this point in the history
Better documentation for wrap-character
  • Loading branch information
nebulon42 authored May 12, 2018
2 parents d89bcde + b8401d5 commit de3f8e6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions 3.0.0/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -1134,8 +1134,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long names."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"halo-fill": {
"css": "shield-halo-fill",
Expand Down Expand Up @@ -2093,8 +2093,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long text."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"repeat-wrap-character": {
"css": "text-repeat-wrap-character",
Expand Down
8 changes: 4 additions & 4 deletions 3.0.20/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -1140,8 +1140,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long names."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"halo-fill": {
"css": "shield-halo-fill",
Expand Down Expand Up @@ -2099,8 +2099,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long text."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"repeat-wrap-character": {
"css": "text-repeat-wrap-character",
Expand Down
8 changes: 4 additions & 4 deletions 3.0.3/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -1140,8 +1140,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long names."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"halo-fill": {
"css": "shield-halo-fill",
Expand Down Expand Up @@ -2099,8 +2099,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long text."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"repeat-wrap-character": {
"css": "text-repeat-wrap-character",
Expand Down
8 changes: 4 additions & 4 deletions 3.0.6/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -1140,8 +1140,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long names."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"halo-fill": {
"css": "shield-halo-fill",
Expand Down Expand Up @@ -2099,8 +2099,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long text."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"repeat-wrap-character": {
"css": "text-repeat-wrap-character",
Expand Down

0 comments on commit de3f8e6

Please sign in to comment.