From 80e741e7d62058948332ffff49fb6083b5c27545 Mon Sep 17 00:00:00 2001 From: Neha Hasija Date: Mon, 19 Oct 2020 01:15:06 +0530 Subject: [PATCH] Update math/power_of_two.cpp Co-authored-by: David Leal --- math/power_of_two.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/power_of_two.cpp b/math/power_of_two.cpp index 9300f60b5..49b149fb4 100644 --- a/math/power_of_two.cpp +++ b/math/power_of_two.cpp @@ -21,7 +21,9 @@ #include /** - * Function to test above algorithm + * @brief Function to test above algorithm + * @param n description + * @returns void */ void power_of_two(int n){ /**