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 -2
View File
@@ -44,8 +44,7 @@ public:
/**
* Add text to the output buffer.
* @param text Text to store.
* @param length Length of the text in bytes.
* @param text Text to store.
* @return Number of bytes actually stored.
*/
size_t Add(std::string_view text)