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){ /**