From 82dce408d12b72f99c17a5e267ffff79e54fd859 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Sun, 31 Dec 2023 14:28:36 +0100 Subject: [PATCH] docs: add newlines afer since --- include/hyprlang.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/hyprlang.hpp b/include/hyprlang.hpp index 263e7b0..b43ed49 100644 --- a/include/hyprlang.hpp +++ b/include/hyprlang.hpp @@ -102,6 +102,7 @@ namespace Hyprlang { /*! \since 0.2.0 + Don't throw on a missing config file. Carry on as if nothing happened. */ bool allowMissingConfig = false; @@ -184,6 +185,7 @@ namespace Hyprlang { /*! \since 0.2.0 + Return a static pointer to the m_pData. As long as this configValue is alive, this pointer is valid. CConfigValues are alive as long as the owning CConfig is alive.