Clearing the target directory did the trick.
Although I updated the project to only use AOT-compiled classes when
building the uberjar, the leiningen alias I created to "build-all" was
building the uberjar before generating docs. So by the time the docs were
being generated, the target direc
Have you tried clearing your target directory? If there are some
AOT-compiled class files in there, they lack the metadata that Codox needs
to generate the docs.
- James
On 16 December 2014 at 17:02, Nick Gonzalez wrote:
> I'm using codox to generate api documentation for a fairly large Cojure
If it is AOT, then you're probably seeing this issue:
http://dev.clojure.org/jira/browse/CLJ-130
On Tuesday, December 16, 2014 11:02:22 AM UTC-6, Nick Gonzalez wrote:
> I'm using codox to generate api documentation for a fairly large Cojure
> project, and it is ignoring namespace doc strings for