From 9c6c6d257c24f27c281886e2a61d9a83391c2eb3 Mon Sep 17 00:00:00 2001 From: EndrII Date: Mon, 17 Feb 2025 14:13:47 +0100 Subject: [PATCH] uppdate docs --- isettings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isettings.h b/isettings.h index 5a93e10..4e8c720 100644 --- a/isettings.h +++ b/isettings.h @@ -161,7 +161,7 @@ protected: * @brief defaultSettings This method must be return default map of the settings and them values. If the default value argument in a getValue method will be skipped, then settings model try find a default value in this map. * @return The default settings map. * @see ISettings::getValue - * @example example of implementation of this method: + * **example:** example of implementation of this method: * * @code{cpp} *