docs: clean the comment

Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
This commit is contained in:
Neeraj C
2020-06-25 07:59:39 +05:30
committed by GitHub
parent 5b3e30a937
commit 9c75856235

View File

@@ -1,6 +1,6 @@
/**
* @file
* \brief A C++ program to check whether a number is armstrong number or not.
* \brief Program to check if a number is an [Armstrong/Narcissistic number](https://en.wikipedia.org/wiki/Narcissistic_number) in decimal system.
*
* \details
* Armstrong number or [Narcissistic number](https://en.wikipedia.org/wiki/Narcissistic_number)