Skip to content

Commit 3f07ca4

Browse files
added @returns in documentation of tests function
Co-authored-by: realstealthninja <[email protected]>
1 parent 916ead7 commit 3f07ca4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

greedy_algorithms/binary_addition.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ class BinaryAddition {
8181

8282
/**
8383
* @brief run self test implementation.
84+
* @returns void
8485
*/
8586
static void tests() {
8687
greedy_algorithms::BinaryAddition binaryAddition;

0 commit comments

Comments
 (0)