From 5d6e0e7707f67bfb50f1227270232a01cf71cd94 Mon Sep 17 00:00:00 2001 From: neargye Date: Mon, 9 Aug 2021 11:23:28 +0300 Subject: [PATCH] update doc --- doc/reference.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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