janet-lang / jaylib

Janet bindings to Raylib
MIT License
137 stars 36 forks source link

Add docstrings to jaylib functions #37

Closed CFiggers closed 1 year ago

CFiggers commented 2 years ago

Added function signatures and docstrings based on raylib cheat sheet: https://www.raylib.com/cheatsheet/cheatsheet.html

Now (doc init-window) (and other jaylib functions) returns helpful info when invoked in the REPL.

All tests still pass.