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

Updated filepicker.lua and adding documentation

Effectively rendering openfile.lua completely obsolete, which is why it
was deleted. filepicker.lua is now way smarter, handles file creation
and has a documentation file in LDoc.
This commit is contained in:
Neil Zeke Cecchini 2016-04-02 18:31:32 +02:00
parent c687efcfb4
commit 4669a68402
4 changed files with 361 additions and 305 deletions

View file

@ -11,7 +11,7 @@ format = "markdown"
plain = true
-- Input files
topics = "../README.md"
topics = {"../README.md", "filepicker.md"}
file = "../source/"
examples = "../sdcard/3ds/ctruLua/examples/"
manual_url = "file://../libs/lua-5.3.1/doc/manual.html"