A small, POSIX-compliant shell script to generate HTML documentation for bygg modules.
Run leaf MODULE to generate documentation for a module.
Here, MODULE can either be a header file or a directory
that represents the module (i.e., the one containing
the module's .bygg file).
To ensure the script is POSIX compliant we run shellcheck on it:
shellcheck -o all --norc leafTo run leaf you will need standard Unix system utilities.
In particular find and sed.