From e6ddc91d236ddfa4cc8917eb971a4072d15cfe31 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> Date: Tue, 2 Apr 2024 07:08:39 +0200 Subject: CC: New commit, see below. - Use triple comments instead of double comments. Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> --- Sources/cc.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/cc.cc b/Sources/cc.cc index fd8da08..c4aba6a 100644 --- a/Sources/cc.cc +++ b/Sources/cc.cc @@ -26,15 +26,15 @@ #define kOk 0 -// TODO: support structures, else if, else, ., -> +/// TODO: support structures, else if, else, ., -> /* C driver */ /* This is part of MultiProcessor C SDK. */ /* (c) Mahrouss Logic */ -// @author Amlal El Mahrouss (amlel) -// @file cc.cc -// @brief C Compiler. +/// @author Amlal El Mahrouss (amlel) +/// @file cc.cc +/// @brief C Compiler. ///////////////////// -- cgit v1.2.3