We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0a963 commit 4be53d1Copy full SHA for 4be53d1
others/serialization.cpp
@@ -32,7 +32,7 @@ class Serializer {
32
* @param out The output stream (std::ofstream).
33
* @param data The string to be serialized.
34
*
35
- * The string is serialized by first storing its length, followed by the
+ * @note The string is serialized by first storing its length, followed by the
36
* content.
37
*/
38
static void serialize(std::ofstream &out, const std::string &data) {
0 commit comments