aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshibanov <shibanov@yandex-team.ru>2022-02-10 16:52:05 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:52:05 +0300
commit133e12328352305432cc34198e4cba2f8b26e154 (patch)
tree9038de9e98b8bc1637ee20d299aac1b815a2bde0
parent6af118f89114e747935313fbe81e64b6ae64ab6c (diff)
downloadydb-133e12328352305432cc34198e4cba2f8b26e154.tar.gz
Restoring authorship annotation for <shibanov@yandex-team.ru>. Commit 1 of 2.
-rw-r--r--util/memory/blob.h8
-rw-r--r--util/string/util.h8
2 files changed, 8 insertions, 8 deletions
diff --git a/util/memory/blob.h b/util/memory/blob.h
index 20c02a68df..a5c5a9f2d9 100644
--- a/util/memory/blob.h
+++ b/util/memory/blob.h
@@ -19,8 +19,8 @@ enum class EMappingMode {
Locked
};
-/// @addtogroup BLOBs
-/// @{
+/// @addtogroup BLOBs
+/// @{
class TBlob {
public:
class TBase {
@@ -148,7 +148,7 @@ public:
/*
* Some stl-like methods
*/
-
+
/// Returns a const reference to the data array.
/// result type is const ui8* which is not consistent with Data method above
/// but it's consistent with operator[], Begin and End methods below
@@ -323,4 +323,4 @@ private:
TStorage S_;
};
-/// @}
+/// @}
diff --git a/util/string/util.h b/util/string/util.h
index 0d77a5042b..d3d10bcf44 100644
--- a/util/string/util.h
+++ b/util/string/util.h
@@ -10,8 +10,8 @@
#include <util/generic/string.h>
#include <util/generic/strbuf.h>
-/// @addtogroup Strings_Miscellaneous
-/// @{
+/// @addtogroup Strings_Miscellaneous
+/// @{
int a2i(const TString& s);
/// Removes the last character if it is equal to c.
@@ -43,8 +43,8 @@ inline void addIfAbsent(TString& s, char lastCh1, char lastCh2) {
}
}
-/// @}
-
+/// @}
+
/*
* ------------------------------------------------------------------
*