Skip to content

Commit 4be53d1

Browse files
docs: add note tag to serialization function
1 parent 4d0a963 commit 4be53d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

others/serialization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Serializer {
3232
* @param out The output stream (std::ofstream).
3333
* @param data The string to be serialized.
3434
*
35-
* The string is serialized by first storing its length, followed by the
35+
* @note The string is serialized by first storing its length, followed by the
3636
* content.
3737
*/
3838
static void serialize(std::ofstream &out, const std::string &data) {

0 commit comments

Comments
 (0)