Skip to content

Commit 3f88979

Browse files
committedApr 2, 2015
Update README.md
1 parent 6abc60b commit 3f88979

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Probably the most important part of an Eclipse LDT Execution Environment is the
44

55
This utility creates all the files needed for a LOVE2D api.zip and puts them in out/, provided you feed it the definitions from https://github.com/rm-code/love-api.
66

7-
**This project currently does not include type definitions in its output, only declarations.** It'll happen soon enough.
87
**This project currently only outputs the first definition for a function.** Any overloading is ignored.
98

9+
We do output types fairly completely, and all the functions on them, though.
10+
1011
## Credits
1112

1213
This project uses parts wholesale from the original (hand-written?) LuaDoc for Koneki: https://github.com/mkosler/LOVELuaDoc, https://github.com/RamiLego4Game/LOVELuaDoc-0.9.0. However, we produce all the LOVE API files automatically.
@@ -15,7 +16,7 @@ Obviously https://github.com/rm-code/love-api/ is incredibly important, too.
1516

1617
## How to use
1718

18-
1. Grab https://github.com/rm-code/love-api/. https://github.com/rm-code/love-api/commit/47f2c238aee9a9ce5693be16af890810d7b3d775 works for me.
19+
1. Grab https://github.com/rm-code/love-api/. Latest version works for me, but grab the 0.9.2d release if you have any trouble.
1920

2021
2. Checkout/download this repository (love-api-to-ldt-luadoc).
2122

0 commit comments

Comments
 (0)
Please sign in to comment.