Skip to content

Commit

Permalink
Fix NLOHMANN_JSON_SERIALIZE_ENUM documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kimci86 committed Jan 13, 2025
1 parent 561714b commit 9f84443
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 9f84443

Please sign in to comment.