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