Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leafi committed Apr 2, 2015
1 parent ef55db8 commit 0bbc8f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ The api.zip is built using https://github.com/leafi/love-api-to-ldt-luadoc, a to
Current TODOs:

* utf8 Lua module missing - tell me where to find a definition file and I'll stuff it in.
* No object functions/enum definitions. So yes autocomplete for love.window.getWidth(), no autocomplete for love.image.newImageData():getWidth().
* All functions only have their first definition output. Function overloading is ignored!

The latter is my next task.
* All functions only have their first definition output. Function overloading is ignored! I can't find a good way to implement this. I think we just need to conjure up a good heuristic to pick the 'best' option.

# Credits

Expand Down

0 comments on commit 0bbc8f3

Please sign in to comment.