jerryscript-project / jerryscript

Ultra-lightweight JavaScript engine for the Internet of Things.
https://jerryscript.net
Apache License 2.0
6.87k stars 666 forks source link

Online API reference docs doesn't match github's. #5125

Closed ludfjig closed 5 months ago

ludfjig commented 5 months ago

It seems the api documentation on github and on jerryscript.net are out of sync. For example: You can find documentaiton for jerry_call here https://github.com/jerryscript-project/jerryscript/blob/master/docs/02.API-REFERENCE.md#jerry_call, but this function is nowhere to be found on https://jerryscript.net/api-reference/. There are other examples as well.

bzsolt commented 5 months ago

Thanks for the report! I've updated the webpage in #5127