summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-02 07:08:39 +0200
committerAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-02 07:08:39 +0200
commite6ddc91d236ddfa4cc8917eb971a4072d15cfe31 (patch)
treec9bfd8bc5711843630910b82ae673fe60b65b3bd
parent246f2d12bf6a07c739c96f249a2b8e0202f4dc72 (diff)
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>
-rw-r--r--Sources/cc.cc8
1 files 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.
/////////////////////