mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-17 02:25:59 +01:00
docs: add newlines afer since
This commit is contained in:
parent
17e0c79139
commit
82dce408d1
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,7 @@ namespace Hyprlang {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\since 0.2.0
|
\since 0.2.0
|
||||||
|
|
||||||
Don't throw on a missing config file. Carry on as if nothing happened.
|
Don't throw on a missing config file. Carry on as if nothing happened.
|
||||||
*/
|
*/
|
||||||
bool allowMissingConfig = false;
|
bool allowMissingConfig = false;
|
||||||
|
@ -184,6 +185,7 @@ namespace Hyprlang {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\since 0.2.0
|
\since 0.2.0
|
||||||
|
|
||||||
Return a static pointer to the m_pData.
|
Return a static pointer to the m_pData.
|
||||||
As long as this configValue is alive, this pointer is valid.
|
As long as this configValue is alive, this pointer is valid.
|
||||||
CConfigValues are alive as long as the owning CConfig is alive.
|
CConfigValues are alive as long as the owning CConfig is alive.
|
||||||
|
|
Loading…
Reference in a new issue