From 592823f6307ddb0b300f2b1d7be0810b607ab49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20G=C3=B6r?= Date: Wed, 24 Jan 2024 10:45:36 +0300 Subject: [PATCH] comments added --- c-basic/foo.c | 10 ++++++++++ c-basic/helloworld.c | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/c-basic/foo.c b/c-basic/foo.c index 254a67a..8e2ccd9 100644 --- a/c-basic/foo.c +++ b/c-basic/foo.c @@ -1,3 +1,13 @@ +/** + * @file foo.c + * @author Mert Gör (mertgor@masscollabs.xyz) + * @brief Foo example + * @version 0.1 + * @date 2024-01-24 + * + * @copyright Copyright (c) 2024 Mert Gör and contributors - GPLv3 or any later + * + */ #include int foo() diff --git a/c-basic/helloworld.c b/c-basic/helloworld.c index 3b47771..61d1d3e 100644 --- a/c-basic/helloworld.c +++ b/c-basic/helloworld.c @@ -1,3 +1,13 @@ +/** + * @file helloworld.c + * @author Mert GÖr (mertgor@masscollabs.xyz) + * @brief Hello World Example + * @version 0.1 + * @date 2024-01-24 + * + * @copyright Copyright (c) 2024 Mert GÖr and contributors - GPLv3 or any later + * + */ #include int main(){