From d6183cba6403bfa8c7ad7b83c3361406df861101 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 18 Apr 2020 13:49:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=BE=D1=80=D0=BC=D0=B0=D1=82=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classheader.txt | 7 +++++-- fileheader.txt | 8 +++++--- funcheader.txt | 8 +++++--- 3 files changed, 15 insertions(+), 8 deletions(-) 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 + */