The program finds all descriptions of functions in program file that have been commented in Doxygen style. Examples of these comments: /** \func int main() */
/** \func void show() */
After compiling .cpp file the user should open a command line and enter the name of .exe file and the of the name of program file with comments in Doxygen style: <.exe> If it has been entered correctly, the program will show the following: . ... If program has not shown anything, there are not any descriptions of functions.
E-mail: lisa-bella97@mail.ru