Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MediaArea/ZenLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorAndre Meyering <info@andremeyering.de>2020-05-14 14:55:10 +0300
committerGitHub <noreply@github.com>2020-05-14 14:55:10 +0300
commit0c885448e16c9de54cb56784aad58f873f0aedc6 (patch)
tree6204c7994b9687f73dfbadc60245900687fe44e9 /Source
parentf48c9f1a1914bcc32383d7a44c150e3efb4a691f (diff)
Zstring.h: fix doxygen parameter name
`ToReplace` does not exist but `ReplaceBy` does.
Diffstat (limited to 'Source')
-rw-r--r--Source/ZenLib/Ztring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ZenLib/Ztring.h b/Source/ZenLib/Ztring.h
index 55ccb70..5d26cfa 100644
--- a/Source/ZenLib/Ztring.h
+++ b/Source/ZenLib/Ztring.h
@@ -342,7 +342,7 @@ public :
Ztring SubString (const tstring &Begin, const tstring &End, size_type Pos=0, ztring_t Options=Ztring_Nothing) const;
/// @brief replace a string by another one
/// @param ToFind string to find
- /// @param ToReplace string wich replace the string found
+ /// @param ReplaceBy string wich replace the string found
/// @param Pos Position to begin to scan string
/// @param Options Options for searching \n
/// Available : Ztring_CaseSensitive, Ztring_Recursive