Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several functions have misplaced doc strings #46

Closed
jafingerhut opened this issue Nov 7, 2014 · 1 comment · Fixed by #47
Closed

Several functions have misplaced doc strings #46

jafingerhut opened this issue Nov 7, 2014 · 1 comment · Fixed by #47

Comments

@jafingerhut
Copy link

Found by running Eastwood linter on loom. Effect: No run-time behavior bug, but doing (doc fn-name) will not get any doc string for the function. Some other tools for extracting Clojure documentation rely on that.

Namespace: loom.alg
Functions: degeneracy-ordering bk maximal-cliques

Correct order is (defn fn-name "doc string" [arg vector] body)

@aysylu
Copy link
Owner

aysylu commented Nov 17, 2014

Thanks for finding and reporting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants