docs: fix incorrect doc about getValue type

This commit is contained in:
Vaxry 2025-02-25 17:18:08 +00:00
parent a7334904d5
commit 1d7d96a278

View file

@ -254,7 +254,7 @@ namespace Hyprlang {
/*! /*!
Get the contained value as an std::any. Get the contained value as an std::any.
For strings, this is a const char*. For strings, this is a const char*.
For custom data types, this is a CConfigCustomValueType*. For custom data types, this is a void* representing the data ptr stored by it.
*/ */
std::any getValue() const { std::any getValue() const {
switch (m_eType) { switch (m_eType) {