You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the C API reference, the macros listed at the top of the page all have broken links. They get the link of the element above, usually the last function listed.
Describe the bug (REQUIRED)
In the C API reference, the macros listed at the top of the page all have broken links. They get the link of the element above, usually the last function listed.
To Reproduce (REQUIRED)
Steps to reproduce the behavior:
DM_DEBUG()
etc. link to https://defold.com/ref/stable/dmEngine/#GetWebServer:app_params, i.e. the function aboveDM_ALIGN(x, a)
etc. link to https://defold.com/ref/stable/dmAlign/#, i.e. nothing as there are no elements aboveExpected behavior (REQUIRED)
All links should lead to their respective elements, e.g. https://defold.com/ref/stable/dmEngine/#DM_DEBUG and https://defold.com/ref/stable/dmAlign/#DM_ALIGN
Defold version (REQUIRED):
Platforms (REQUIRED):
The text was updated successfully, but these errors were encountered: