summaryrefslogtreecommitdiff
path: root/include/common
diff options
context:
space:
mode:
authorpacien2018-01-09 02:02:39 +0100
committerpacien2018-01-09 02:02:39 +0100
commit5980fa86c1fc90849102bbc24679423f978e2a50 (patch)
tree2dee06a66c5fb05b3fc2276ff4789f5ecbc599c6 /include/common
parent0375e906c5cf767cce441ff6eb00875b63f5ca8b (diff)
downloadmorpher-5980fa86c1fc90849102bbc24679423f978e2a50.tar.gz
Add authorship info in headers doc
Signed-off-by: pacien <pacien.trangirard@pacien.net>
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"