autodoc
autodoc copied to clipboard
The robot to automatically generate documentation for Clojure code. Used to generate the API docs for clojure.org.
Removed abandoned tools.analyzer.js and added spec.alpha and core.specs.alpha.
Hey @tomfaulhaber , this project seems interesting - could you please get the documentation site up and running again.
Would you welcome CLJS support? I've got a working proof of concept in my branch, relying on a dumped compiler analysis file, the generation of which will potentially make it...
With commit c271a55 we switched to using pomegranate for grabbing dependencies. This is great, but it means that we need to pass a list of repositories to pomegranate. Right now,...
Hi Tom What are your thoughts about prettifying Autodoc, particularly with adding mobile support? Would you accept a patch for this? Do you have any technical or design restrictions around...
Simple code to add in examples. See this thread for more info about usage and first test case. https://groups.google.com/forum/?fromgroups#!topic/clojure/EWQ3aY7samU
Hi, I tried to run autodoc 0.9.0 with lein2 preview 10 on https://github.com/ctford/leipzig and I got the following error: ``` zanzibar:leipzig ctford$ lein autodoc Exception in thread "main" java.lang.IllegalAccessError: sh...
The :wiki-url built for the namespace-index-info does not insert a "/" between the :web-home and the namespace file name (it assumes the given :web-home has a trailing "/"). The :wiki-url...