-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Add missing macros in README and link to docs for more info #4582
Conversation
🔴 Amalgamation check failed! 🔴The source code has not been amalgamated. @nikhilreddydev |
1d21d0e
to
937e650
Compare
The version when the macro was added should be in the detail pages of the macros (see https://json.nlohmann.me/api/macros/ for an overview). If there is no version mentioned or the version is unknown, just add |
Signed-off-by: Nikhil <nikhilreddydev@gmail.com>
Signed-off-by: Nikhil <nikhilreddydev@gmail.com>
Signed-off-by: Nikhil <nikhilreddydev@gmail.com>
Signed-off-by: Nikhil <nikhilreddydev@gmail.com>
Signed-off-by: Nikhil <nikhilreddydev@gmail.com>
Signed-off-by: Nikhil <nikhilreddydev@gmail.com>
This reverts commit 4c9b3ae. Signed-off-by: Nikhil <nikhilreddydev@gmail.com>
5c0f977
to
6365a58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Thanks! I will adjust the README in #4560. |
Sure. |
…#4582) * Add nav items for serialize macros Signed-off-by: Nikhil <nikhilreddydev@gmail.com> * match order of non-intrusive macros to intrusive macros Signed-off-by: Nikhil <nikhilreddydev@gmail.com> * Add missing macros and link for more info Signed-off-by: Nikhil <nikhilreddydev@gmail.com> * Add @brief macro tags Signed-off-by: Nikhil <nikhilreddydev@gmail.com> * make amalgamate Signed-off-by: Nikhil <nikhilreddydev@gmail.com> * Add since version tags Signed-off-by: Nikhil <nikhilreddydev@gmail.com> * Revert "Add missing macros and link for more info" This reverts commit 4c9b3ae. Signed-off-by: Nikhil <nikhilreddydev@gmail.com> --------- Signed-off-by: Nikhil <nikhilreddydev@gmail.com>
As described in #4260, made below changes
@brief
macro tags...only_serialize
macros in documentationPull request checklist
Read the Contribution Guidelines for detailed information.
include/nlohmann
directory, runmake amalgamate
to create the single-header filessingle_include/nlohmann/json.hpp
andsingle_include/nlohmann/json_fwd.hpp
. The whole process is described here.