diff --git a/classheader.txt b/classheader.txt index ea3fd72..c82b16e 100644 --- a/classheader.txt +++ b/classheader.txt @@ -1,2 +1,5 @@ -/// @class $(fclass) -/// @brief TODO +/** + * @class $(fclass) + * @brief TODO + * @details TODO + */ diff --git a/fileheader.txt b/fileheader.txt index 0aecef1..6b973f3 100644 --- a/fileheader.txt +++ b/fileheader.txt @@ -1,3 +1,5 @@ -/// @file $(filename) -/// @brief TODO - +/** + * @file $(filename) + * @brief TODO + * @details TODO + */ diff --git a/funcheader.txt b/funcheader.txt index 75c1bc7..3fb62e7 100644 --- a/funcheader.txt +++ b/funcheader.txt @@ -1,3 +1,5 @@ -/// @fn $(fclass)::$(function) -/// $(javaparam) -/// @details TODO +/** + * @fn $(fclass)::$(function) + * $(javaparam) + * @details TODO + */