docs

About docs of Clojure & libs
2016-01-11T09:14:33.000007Z

Hi everyone, I'm having a few issues with documentation generation on Windows. Quickly put, Marginalia seems to be broken on 1.7 and Codox and Autodoc do not seem to work on Windows. Are there any other options I should try?

agile_geek 2016-01-11T09:26:06.000008Z

I'm not on Windows so hard to tell but can you put the error / stacktrace in pastebin or refheap and post a link here along with any supplementary info? Preferably with a github link to a minimal case that fails?

2016-01-11T09:30:23.000009Z

There's actually already an issue open for Codox (https://github.com/weavejester/codox/issues/110), one for Marginalia (https://github.com/gdeer81/marginalia/issues/158, where there's talk about appointing a new maintainer for the project) and one for autodoc (https://github.com/tomfaulhaber/lein-autodoc/issues/2, not Windows-specific, but this seems like some hardcoded path or something).

2016-01-11T15:30:14.000013Z

Regarding my question on how to get documentation generation working on Windows, I've posted a question on SO (http://stackoverflow.com/questions/34725143/how-to-generate-documentation-for-clojure-code-on-windows).