Формат комментария

This commit is contained in:
Andrei Astafev 2020-04-18 13:49:35 +03:00
parent 0e71656233
commit d6183cba64
3 changed files with 15 additions and 8 deletions

View File

@ -1,2 +1,5 @@
/// @class $(fclass)
/// @brief TODO
/**
* @class $(fclass)
* @brief TODO
* @details TODO
*/

View File

@ -1,3 +1,5 @@
/// @file $(filename)
/// @brief TODO
/**
* @file $(filename)
* @brief TODO
* @details TODO
*/

View File

@ -1,3 +1,5 @@
/// @fn $(fclass)::$(function)
/// $(javaparam)
/// @details TODO
/**
* @fn $(fclass)::$(function)
* $(javaparam)
* @details TODO
*/