diff options
author | shibanov <[email protected]> | 2022-02-10 16:52:05 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:52:05 +0300 |
commit | 133e12328352305432cc34198e4cba2f8b26e154 (patch) | |
tree | 9038de9e98b8bc1637ee20d299aac1b815a2bde0 /util/memory/blob.h | |
parent | 6af118f89114e747935313fbe81e64b6ae64ab6c (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/memory/blob.h')
-rw-r--r-- | util/memory/blob.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/memory/blob.h b/util/memory/blob.h index 20c02a68dfb..a5c5a9f2d9b 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_; }; -/// @} +/// @} |