Skip to content

In the C API reference, the macros listed at the top of the page all have broken links #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
redoak opened this issue Nov 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@redoak
Copy link

redoak commented Nov 23, 2024

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:

  1. Visit https://defold.com/ref/stable/dmEngine/
  2. Notice that macros DM_DEBUG() etc. link to https://defold.com/ref/stable/dmEngine/#GetWebServer:app_params, i.e. the function above
  3. Visit https://defold.com/ref/stable/dmAlign/
  4. Notice that macros DM_ALIGN(x, a) etc. link to https://defold.com/ref/stable/dmAlign/#, i.e. nothing as there are no elements above

Expected 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):

  • Version 1.9.5

Platforms (REQUIRED):

  • Platforms: Firefox, Brave
@redoak redoak added the bug Something isn't working label Nov 23, 2024
@britzl britzl transferred this issue from defold/defold Nov 24, 2024
@britzl britzl closed this as completed in e9658a2 Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant