From 4dfb541bf3c3f4ee894ac11a2a7681fcf3c54181 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Sun, 22 Sep 2024 03:29:43 -0700 Subject: [PATCH] Fix spellcheck --- docs/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 2f96e86..1216659 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -13,7 +13,7 @@ PROJECT_NUMBER = "@PROJECT_VERSION@" # from the source code directly for some reason did not work with Doxygen and # using "EXPAND_AS_DEFINED = DEFINE_FIELD" also failed. As a workaround we here define # a simplified version of the macro as part of the PREDEFINED key to create a -# simplified expansion of the macro for documentation purpuses +# simplified expansion of the macro for documentation purposes MACRO_EXPANSION = YES PREDEFINED += "DEFINE_FIELD(name, storageObjectType, default_type, fieldPath, description)=/** description */ template inline std::unique_ptr> name() const;" EXPAND_ONLY_PREDEF = YES