Skip to content

Instantly share code, notes, and snippets.

@nick-orton
Created May 13, 2011 06:12
Show Gist options
  • Save nick-orton/970070 to your computer and use it in GitHub Desktop.
Save nick-orton/970070 to your computer and use it in GitHub Desktop.
marginalia ignoring deftype doc strings
(deftype TestDeftypeDocstring
"This doc string does not appear on the left hand side of the uberdoc on Marginalia 0.5.1"
[state]
Object
(toString [self]
(str "Bag: " (:state self))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment