Skip to content

Commit

Permalink
Fix NLOHMANN_JSON_SERIALIZE_ENUM documentation
Browse files Browse the repository at this point in the history
Signed-off-by: kimci86 <kimci86@hotmail.fr>
  • Loading branch information
kimci86 committed Jan 13, 2025
1 parent f19180a commit b22b43a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `NLOHMANN_JSON_SERIALIZE_ENUM` allows to define a user-defined serialization

## Default definition

The macros add two friend functions to the class which take care of the serialization and deserialization:
The macro adds two functions to the namespace which take care of the serialization and deserialization:

```cpp
template<typename BasicJsonType>
Expand Down

0 comments on commit b22b43a

Please sign in to comment.