Skip to content

Commit 7855232

Browse files
committed
update documentation
1 parent b0d0c32 commit 7855232

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

math/fibonacci.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ static void test() {
5656
std::cout << "All tests have passed successfully!\n";
5757
}
5858

59-
/// Main function
59+
/**
60+
* @brief Main function
61+
* @returns 0 on exit
62+
*/
6063
int main() {
6164
test(); // run self-test implementations
6265
return 0;

0 commit comments

Comments
 (0)