Fundoc - the right way to generate documentation. A business feature in your project may be implemented in separated files and even in different technologies. Fundoc can merge all descriptions about business features and put in appropriate files.
Fundoc's main goals:
You can install fundoc by executing this shell script:
bash
curl -LSfs https://japaric.github.io/trust/install.sh | \
sh -s -- --git daynin/fundoc
If you're rust developer and you have had rust compiler installed, you can install fundoc from crates.io:
bash
cargo install fundoc
Or manually download it from the releases page.
Just create a config file (read configuration docs here), start to write docstrings in your files according to fundoc's syntax, run fundoc
to generate documentation: