edward

An extensible POSIX-compatible implementation of the ed(1) text editor

git clone https://git.8pit.net/edward.git

API Documentation

This generates the API documentation for the edward library interface.

Dependencies

In order to generate the documentation the following packages need to be installed:

Usage

After installing the aforementioned dependency, run the following command:

$ make -C doc

This will generate several HTML files which provide an API documentation for R7RS libraries provided by edward. An index page which links to these files is also generated. Open doc/index.html in your favorite web browser to view this index page.