Modify docstrings a bit
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
(u/throw-key-not-found k)))
|
(u/throw-key-not-found k)))
|
||||||
|
|
||||||
(defmacro key-code
|
(defmacro key-code
|
||||||
"Returns the static field cooresponding to `k` from [Input.Keys](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/Input.Keys.html)
|
"Returns a static field from [Input.Keys](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/Input.Keys.html)
|
||||||
|
|
||||||
(key-code :a)
|
(key-code :a)
|
||||||
(key-code :page-down)"
|
(key-code :page-down)"
|
||||||
|
|||||||
@@ -109,7 +109,7 @@
|
|||||||
(u/key->pascal ~k) "JointDef.")))
|
(u/key->pascal ~k) "JointDef.")))
|
||||||
|
|
||||||
(defmacro joint-def
|
(defmacro joint-def
|
||||||
"Returns a [JointDef](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/physics/box2d/JointDef.html)
|
"Returns a subclass of [JointDef](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/physics/box2d/JointDef.html)
|
||||||
|
|
||||||
(joint-def :rope)"
|
(joint-def :rope)"
|
||||||
[k & options]
|
[k & options]
|
||||||
|
|||||||
Reference in New Issue
Block a user