This is a sample metaprogram that uses the jaidoc library to generate documentation for a sample module.
Make sure you have initialized the submodules:
git submodule update --init --recursive
Or clone this repo with submodules:
git clone --recurse-submodules <repository-url>
If the upstream module has been updated, you can update the submodule with:
git submodule update --remote
jai build.jai - clean build
This will generate documentation in the target/docs
directory.