My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nomicon/prototypes/nixdoc/README.md

14 lines
377 B

# nixdoc
Imagine rustdoc, but for nix.
* Parse `.nix` files
* Generate documentation, based on outputs
* Modules are already documented in nixos options
* What could this do better? Better browsability? Maybe just a
different front-end for the existing parsing mechanism?
* Parsing comments, and associating them with entries?
* Document function inputs/ outputs
*