Skip to content

Commit 03549dd

Browse files
docs: update documentation of deserializer class
1 parent e41b9a8 commit 03549dd

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
@@ -50,7 +50,7 @@ class Serializer {
5050
class Deserializer {
5151
public:
5252
/**
53-
* Deserializes fundamental data types (like int, float, double, etc.) from
53+
* @brief Deserializes fundamental data types (like int, float, double, etc.) from
5454
* a binary file.
5555
* @tparam T The type of the data to be deserialized.
5656
* @param in The input stream (std::ifstream).

0 commit comments

Comments
 (0)