diff --git a/doc/reference.md b/doc/reference.md index 6e2049b..94eca62 100644 --- a/doc/reference.md +++ b/doc/reference.md @@ -38,7 +38,8 @@ #define MAGIC_ENUM_USING_ALIAS_OPTIONAL template using optional = my_lib::Optional; #include ``` - Optionally define `MAGIC_ENUM_CONFIG_FILE` i.e., in your build system, with path to header file with defined + +* Optionally define `MAGIC_ENUM_CONFIG_FILE` i.e., in your build system, with path to header file with defined macros or constants, for example: ```cpp