Dynadoc
Dynadoc copied to clipboard
Dynamic documentation for Clojure(Script)
I'm assuming this will play nice with rum. I wasn't able to follow the code in the defexample macro, so I'm not sure what arguments it takes in full. My...
greetings, This I'm trying to use dynadoc from shadow-clj. I hit a snag when i try to compile the docs application which is very small ``` (ns docs (:require [tomatto.frontend.app...
If I fire up a new dynadoc I get a list of all the namespaces and it's hard to find a page that is relevant to the project. This includes...
Hey Zach, to be honest I have never used your project but I came here since it was mentioned in an `expound` issue. I checked your docs generation and they...
I'm using Dynadoc for a project, and most of the functions work fine, but some have strange definitions i.e. for `camel-snake-kebab.core`, functions are documented as `(->Camel_Snake_Case s__44602__auto__ & rest__44603__auto__)`. Is...
A html file with header tags should be available, for example to include different stylesheets/CSS files for UI purposes
It would be pretty smooth if dynadoc could display the value computed by each line in a ->> or ->, not just the end result.