diff --git a/math/magic_number.cpp b/math/magic_number.cpp index dd5cdc28f..c6be43a9f 100644 --- a/math/magic_number.cpp +++ b/math/magic_number.cpp @@ -1,5 +1,5 @@ /** - * @file magic_number.cpp + * @file * @brief A simple program to check if the given number is a magic number or not. * A number is said to be a magic number, if the sum of its digits are calculated * till a single digit recursively by adding the sum of the digits after every addition.