bjornbytes / lovr-docs

Documentation for LÖVR
44 stars 35 forks source link

API documentation for setDisplayFrequency() and getDisplayFrequencies(). #79

Closed sgosselin closed 2 years ago

bjornbytes commented 2 years ago

Thanks for updating the docs! However, this change was made in the autogenerated file with everything merged together. The changes won't persist there unless there is a corresponding source file in api/lovr/headset/getDisplayFrequencies.lua etc.

sgosselin commented 2 years ago

@bjornbytes ah, gotcha! I'll move the bits into their own file. How do I re-generate api/init.lua for testing?

bjornbytes commented 2 years ago

You can do lovr api to regenerate it

sgosselin commented 2 years ago

My bad, I just noticed it was written in the README. I'm not sure, should I regenerate the api/init.lua in this PR?

bjornbytes commented 2 years ago

Either way is okay. It gets regenerated quite often.