Codefix: remove @param documentation for parameters that don't exist anymore

This commit is contained in:
Rubidium
2026-02-01 15:49:41 +01:00
committed by rubidium42
parent dedcd78da0
commit 67fac86149
34 changed files with 15 additions and 55 deletions
-1
View File
@@ -16,7 +16,6 @@
/**
* Construct a new in-memory item of an Ini file.
* @param parent the group we belong to
* @param name the name of the item
*/
IniItem::IniItem(std::string_view name)