Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 709 Bytes

File metadata and controls

24 lines (17 loc) · 709 Bytes

Modding API

A modding API for MIO: Memories in Orbit.

Documentation available here.

Cloning

git clone --recurse-submodules git@github.com:MIO-Modding/mio-modding-api.git

This command will clone the repository and any submodules (such as the theming for the documentation). If you've already pulled the repo and want to pull the submodules, run this command:

git submodule update --init

Generating Documentation

# With doxygen installed:
doxygen ./docs/Doxyfile

This command will generate documentation from the Javadoc comments in the header file. To view the docs after running it, open ./docs/output/html/index.html.