eudoxia0 / docparser

Extract documentation from Common Lisp systems
41 stars 18 forks source link

Doesn't get docstrings for functions/macros/methods/etc. with declarations. #11

Closed tmccombs closed 9 years ago

tmccombs commented 9 years ago

If a function or similar has a declaration the docstring is the second form of the body rather than the first. In this case the docstring isn't parsed out.