Skip to content

zendril/jaidoc-sample-metaprogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages