diff options
| author | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-04-02 07:08:39 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-04-02 07:08:39 +0200 |
| commit | e6ddc91d236ddfa4cc8917eb971a4072d15cfe31 (patch) | |
| tree | c9bfd8bc5711843630910b82ae673fe60b65b3bd | |
| parent | 246f2d12bf6a07c739c96f249a2b8e0202f4dc72 (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.cc | 8 |
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. ///////////////////// |
