Skip to content

Commit 447d463

Browse files
docs: add documentation to main
1 parent a436849 commit 447d463

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

others/serialization.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,11 @@ void tests() {
251251
std::remove("missing_delimiter.bin");
252252
}
253253

254+
/**
255+
* @brief Main function
256+
* @returns 0 on successful exit
257+
*/
254258
int main() {
255-
tests();
259+
tests(); // run self test implementations
256260
return 0;
257261
}

0 commit comments

Comments
 (0)