Изменён формат вставки комментариев

This commit is contained in:
Andrei Astafev 2020-04-18 13:09:13 +03:00
parent 2cc2863d62
commit f9b2960b1d
3 changed files with 9 additions and 13 deletions

View File

@ -1,4 +1,2 @@
/*!
* @class $(fclass)
* @brief TODO
*/
/// @class $(fclass)
/// @brief TODO

View File

@ -1,4 +1,3 @@
/*!
* @file $(filename)
* @brief TODO
*/
/// @file $(filename)
/// @brief TODO

View File

@ -1,5 +1,4 @@
/*!
* @fn $(fclass)::$(function)
* @brief TODO
* $(javaparam)
*/
/// @copydoc $(fclass)::$(function)
/// $(javaparam)
/// @brief TODO
/// @details TODO