Skip to content

Commit 4d0a963

Browse files
docs: add brief tag to serialize function
1 parent bbce241 commit 4d0a963

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
@@ -28,7 +28,7 @@ class Serializer {
2828
}
2929

3030
/**
31-
* Serializes a string to a binary file.
31+
* @brief Serializes a string to a binary file.
3232
* @param out The output stream (std::ofstream).
3333
* @param data The string to be serialized.
3434
*

0 commit comments

Comments
 (0)