summaryrefslogtreecommitdiff
path: root/platform/darwin/docs/theme/templates/parameter.mustache
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2016-06-09 17:47:41 -0700
committerJason Wray <jason@mapbox.com>2016-07-01 14:44:51 -0400
commitbacf8eee70f3c1a2075702e8ef82b6f1204d671e (patch)
treea30bb5a8f8fe0b5e61c89c6e55e7f8d896974baf /platform/darwin/docs/theme/templates/parameter.mustache
parent5389f04da5f66c5e26d71e761a0fcda4d8382581 (diff)
downloadqtlocation-mapboxgl-bacf8eee70f3c1a2075702e8ef82b6f1204d671e.tar.gz
[ios, macos] Add Mapbox Jazzy theme
- Based on Jazzy's "full width" theme. - Add ellipsis to overlong items in navigation menu. - Set minimum width for navigation menu. - Use Open Sans font face. - Inline GitHub header icon as SVG. - Center images by default. - Add GitHub SVG icon to 'show on github' link. - Wrap overlong method names on class pages.
Diffstat (limited to 'platform/darwin/docs/theme/templates/parameter.mustache')
-rw-r--r--platform/darwin/docs/theme/templates/parameter.mustache12
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/darwin/docs/theme/templates/parameter.mustache b/platform/darwin/docs/theme/templates/parameter.mustache
new file mode 100644
index 0000000000..6fa329d72e
--- /dev/null
+++ b/platform/darwin/docs/theme/templates/parameter.mustache
@@ -0,0 +1,12 @@
+<tr>
+ <td>
+ <code>
+ <em>{{name}}</em>
+ </code>
+ </td>
+ <td>
+ <div>
+ {{{discussion}}}
+ </div>
+ </td>
+</tr>