diff --git a/classheader.txt b/classheader.txt index 1b41b6a..ea3fd72 100644 --- a/classheader.txt +++ b/classheader.txt @@ -1,4 +1,2 @@ -/*! - * @class $(fclass) - * @brief TODO - */ +/// @class $(fclass) +/// @brief TODO diff --git a/fileheader.txt b/fileheader.txt index 1c12db4..0aecef1 100644 --- a/fileheader.txt +++ b/fileheader.txt @@ -1,4 +1,3 @@ -/*! - * @file $(filename) - * @brief TODO - */ +/// @file $(filename) +/// @brief TODO + diff --git a/funcheader.txt b/funcheader.txt index 7bb9e6f..28f3c28 100644 --- a/funcheader.txt +++ b/funcheader.txt @@ -1,5 +1,4 @@ -/*! - * @fn $(fclass)::$(function) - * @brief TODO - * $(javaparam) - */ +/// @copydoc $(fclass)::$(function) +/// $(javaparam) +/// @brief TODO +/// @details TODO