summaryrefslogtreecommitdiff
path: root/include/common
diff options
context:
space:
mode:
Diffstat (limited to 'include/common')
-rw-r--r--include/common/error.h3
-rw-r--r--include/common/geom.h3
-rw-r--r--include/common/mem.h3
-rw-r--r--include/common/time.h3
4 files changed, 12 insertions, 0 deletions
diff --git a/include/common/error.h b/include/common/error.h
index 69104cb..ab355b7 100644
--- a/include/common/error.h
+++ b/include/common/error.h
@@ -3,6 +3,9 @@
3 3
4/** 4/**
5 * File: error.h 5 * File: error.h
6 *
7 * Author:
8 * Pacien TRAN-GIRARD
6 */ 9 */
7 10
8/** 11/**
diff --git a/include/common/geom.h b/include/common/geom.h
index 66e6c08..67d4148 100644
--- a/include/common/geom.h
+++ b/include/common/geom.h
@@ -3,6 +3,9 @@
3 3
4/** 4/**
5 * File: geom.h 5 * File: geom.h
6 *
7 * Author:
8 * Pacien TRAN-GIRARD
6 */ 9 */
7 10
8#include <stdbool.h> 11#include <stdbool.h>
diff --git a/include/common/mem.h b/include/common/mem.h
index 1c46778..7a06f39 100644
--- a/include/common/mem.h
+++ b/include/common/mem.h
@@ -3,6 +3,9 @@
3 3
4/** 4/**
5 * File: mem.h 5 * File: mem.h
6 *
7 * Author:
8 * Pacien TRAN-GIRARD
6 */ 9 */
7 10
8#include <stddef.h> 11#include <stddef.h>
diff --git a/include/common/time.h b/include/common/time.h
index 54a81af..bd50533 100644
--- a/include/common/time.h
+++ b/include/common/time.h
@@ -6,6 +6,9 @@
6 * > Who can say where the road goes... 6 * > Who can say where the road goes...
7 * > Where the day flows, only time... 7 * > Where the day flows, only time...
8 * -- Enya 8 * -- Enya
9 *
10 * Author:
11 * Pacien TRAN-GIRARD
9 */ 12 */
10 13
11#include "geom.h" 14#include "geom.h"