From 7672e3998c84398b270bd50539e404a5a2603705 Mon Sep 17 00:00:00 2001 From: Neha Hasija Date: Wed, 21 Oct 2020 10:37:51 +0530 Subject: [PATCH] Update math/magic_number.cpp Co-authored-by: David Leal --- math/magic_number.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/magic_number.cpp b/math/magic_number.cpp index 0ee714671..fb0b30468 100644 --- a/math/magic_number.cpp +++ b/math/magic_number.cpp @@ -38,7 +38,8 @@ bool magic_number(int n) { } } -/** Test function +/** + * @brief Test function * @returns void */ static void tests() {