Skip to content

Commit

Permalink
Document draw-boxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Mar 26, 2020
1 parent 20097b5 commit 43f57fa
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion doc/modules/ROOT/pages/funcs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,20 @@ attribute):
[[draw-boxes]]
== draw-boxes

> TODO: Document
This is a shortcut for drawing mutiple labels with the same attributes
for each. It calls <<draw-box,`draw-box`>> for each value in `labels`.

.Arguments
[source,clojure]
----
[labels]
[labels attr-spec]
----

If you pass `attr-spec` it will be used when calling `draw-box` for
each value in `labels`. See the <<draw-box,`draw-box` documentation>>
for details about how labels and attributes are used to control the
drawing of the boxes.

[[draw-column-headers]]
== draw-column-headers
Expand Down

0 comments on commit 43f57fa

Please sign in to comment.