You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should make a tool that would be a simple documentation-from-source code generator, much like rustdoc (example) but far simpler.
It shouldn't be hard to write given what we already have.
JuleDoc preferably wouldn't have a webserver and output documentation in flexible formats:
HTML
Markdown
something that could be easily parsed and applied for a wide range of usecases
The output structure could look a little something like this (with highlight.js).
Detailed description
We should make a tool that would be a simple documentation-from-source code generator, much like rustdoc (example) but far simpler.
It shouldn't be hard to write given what we already have.
JuleDoc preferably wouldn't have a webserver and output documentation in flexible formats:
The output structure could look a little something like this (with
highlight.js
).Context
I've attempted the miserable task of doing this manually with mdBook... This is just a pain:
https://snapbox.adamperkowski.dev/api.html
https://github.com/adamperkowski/snapbox/blob/main/book/src/api.md?plain=1#L1
The text was updated successfully, but these errors were encountered: