chore: random cleanup (#3526)

* chore: fix doxygen command typo

* docs(app_examples): add note about built in resolution changing on Windows

* docs(app_examples): update qres example

* docs(readme): improve heading appearance

* docs(readme): update minimum Fedora version

* docs(app_examples): fix qres ref

* docs(app_examples): use env variables for displayplacer

* docs(app_examples): update nvidia-settings examples

* Update dev.lizardbyte.app.Sunshine.metainfo.xml

* docs(guides): redirect community guides to blog

* docs(website): increase avatar padding
This commit is contained in:
ReenigneArcher
2025-01-12 08:44:54 -05:00
committed by GitHub
parent 40ac718691
commit 012a99c26d
13 changed files with 76 additions and 1144 deletions

View File

@@ -119,7 +119,7 @@ namespace display_device {
};
/**
* @breif Convert string to unsigned int.
* @brief Convert string to unsigned int.
* @note For random reason there is std::stoi, but not std::stou...
* @param value String to be converted
* @return Parsed unsigned integer.