From 72df0de8cb579fd96449d19eb57fc71335907a19 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 22 May 2022 23:35:02 +0300 Subject: add @file info to all files + Next step, start documenting contents of each file. --- include/apos/attrs.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/apos/attrs.h') diff --git a/include/apos/attrs.h b/include/apos/attrs.h index 094ae54..dd28b65 100644 --- a/include/apos/attrs.h +++ b/include/apos/attrs.h @@ -1,4 +1,10 @@ #ifndef APOS_COMPILER_ATTRIBUTES_H +#define APOS_COMPILER_ATTRIBUTES_H + +/** + * @file attrs.h + * Attribute shorthands. + */ #define __section(section) __attribute__((__section__(section))) #define __fmt(x, y) __attribute__((format(__printf__, x, y))) -- cgit v1.3