diff --git a/doc/api.md b/doc/api.md index be5ac2ad..9fbc9f2f 100644 --- a/doc/api.md +++ b/doc/api.md @@ -724,8 +724,8 @@ configuring CMake. ### Macros -- **`FMT_HEADER_ONLY`**: Enables the header-only mode when defined. Defining - this macro is an alternative to using the `fmt::fmt-header-only` CMake target. +- **`FMT_HEADER_ONLY`**: Enables the header-only mode when defined. It is an + alternative to using the `fmt::fmt-header-only` CMake target. Default: not defined. - **`FMT_USE_EXCEPTIONS`**: Disables the use of exceptions when set to `0`.