From df39755e3b4f0b2b2411602919d7130961bee976 Mon Sep 17 00:00:00 2001 From: Rakshaa Viswanathan <46165429+rakshaa2000@users.noreply.github.com> Date: Sat, 5 Sep 2020 10:25:47 +0530 Subject: [PATCH] documentation update 2 Co-authored-by: David Leal --- greedy_algorithms/jumpgame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/greedy_algorithms/jumpgame.cpp b/greedy_algorithms/jumpgame.cpp index ee6bf2bfb..e74f74d29 100644 --- a/greedy_algorithms/jumpgame.cpp +++ b/greedy_algorithms/jumpgame.cpp @@ -37,6 +37,7 @@ bool canJump(std::vector nums) { /** * @brief Function to test above algorithm + * @returns void */ void test(){ //Test 1