1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00

Fully documented ctr and ctr.gfx in the C source

The documentation can be built using LDoc : run make build-doc

However, there's still a bunch of things to document.
This commit is contained in:
Reuh 2015-09-12 13:35:21 +02:00
parent 9d8c499afc
commit 0773992b68
8 changed files with 253 additions and 15 deletions

View file

@ -15,6 +15,8 @@ Warning: the 'u' in the repo's name is a 'µ', not a 'u'.
* Clone this repository and run the command `make build-all` to build all the dependencies.
* If you only made changes to ctrµLua, run `make` to rebuild ctµLua without rebuilding all the dependencies.
To build the documentation, run `make build-doc` (requires [https://github.com/stevedonovan/LDoc](LDoc)).
May not work under Windows.
#### Based on ctrulib by smealum: [https://github.com/smealum/ctrulib](https://github.com/smealum/ctrulib)