j
jaipkg.dev
packages / library / jaidoc-sample-metaprogram

jaidoc-sample-metaprogram

4575068library

No description provided.

MIT · updated 12 months ago

jaidoc-sample-metaprogram

This is a sample metaprogram that uses the jaidoc library to generate documentation for a sample module.

Setup

Make sure you have initialized the submodules:

git submodule update --init --recursive

Or clone this repo with submodules:

git clone --recurse-submodules <repository-url>

Updating module

If the upstream module has been updated, you can update the submodule with:

git submodule update --remote

Usage

jai build.jai - clean build

This will generate documentation in the target/docs directory.