codox
codox copied to clipboard
Clojure documentation tool
Hi there, we made the mistake early on of picking a very long namespace prefix. With codox, this means the rendering of the index is quite unusual  Would you...
Hi there, I am running into this issue when using the latest version of `codox`: ``` Error building classpath. Could not transfer artifact com.vladsch.flexmark:flexmark-ext-emoji:jar:0.62.2 from/to central (https://repo1.maven.org/maven2/): status code: 416,...
I am trying to generate docs for [Sitefox](https://github.com/chr15m/sitefox) and running into the following error when it encounters `deps.cljc`. ``` > ( echo '# Readme'; cat README.md ) > codox-readme.md &&...
Hi folks I tend to use Codox and Cloverage together to document my projects, and this leads to two trees of HTML documents, one containing the documentation and one containing...
Partial Fixes for: * #197 - jdk 16 crash * #158 - migrate to flexmark This PR is take it or leave it. It may be a good starting point...
Hello I'm considering using codox to document [Oz](https://github.com/metasoarous/oz) & [Semantic CSV](https://github.com/metasoarous/semantic-csv), but Oz uses `clj` & `deps.edn`, and I will be moving Semantic CSV to the same. I see from...
I have several closely-related libraries where it would be nice to have a common set of docs for them. I'm currently using `lein sub codox` to generate these docs but...
I ran into a problem running codox with the latest crux. I assumed it was something to do with the asm 7.1 dependency from rocksdb. I'm not very confident how...
I'd like to write documentation for the whole project--e.g., how to use it, what to keep in mind, etc. Maybe this is already possible; I couldn't find a way to...
Hi @weavejester It's basically a cosmetic PR where I used [clj-kondo](https://github.com/borkdude/clj-kondo) on the source code before sending a feature PR that will follow soon. `clj-kondo` uses Batsov's [Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide),...