Skip to content

Documentation for macros show wrong names #4564

@radistmorse

Description

@radistmorse

Description

If you go e.g. here https://json.nlohmann.me/api/macros/nlohmann_define_derived_type/ you'll see that all the NLOHMANN_DEFINE_DERIVED_TYPE... macros names in the left column are replaced with NLOHMANN_DEFINE_DERIVED_TYPE_INTRUSIVE. This is also happening to the other NLOHMANN_DEFINE_... macros. Apparently, mkdocs doesn't support several different nav links to the same page.

Reproduction steps

  1. open https://json.nlohmann.me/api/macros/nlohmann_define_derived_type/
  2. See the wrong nav links

Expected vs. actual results

Expected: correct macros names, Actual: incorrect

Minimal code example

No response

Error messages

No response

Compiler and operating system

Library version

Validation

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions