-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
confirmeddocumentationkind: bugsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Milestone
Description
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
- open https://json.nlohmann.me/api/macros/nlohmann_define_derived_type/
- 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
- The bug also occurs if the latest version from the
develop
branch is used. - I can successfully compile and run the unit tests.
Metadata
Metadata
Assignees
Labels
confirmeddocumentationkind: bugsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation