diff options
author | pacien | 2018-01-09 02:02:39 +0100 |
---|---|---|
committer | pacien | 2018-01-09 02:02:39 +0100 |
commit | 5980fa86c1fc90849102bbc24679423f978e2a50 (patch) | |
tree | 2dee06a66c5fb05b3fc2276ff4789f5ecbc599c6 /include/painter | |
parent | 0375e906c5cf767cce441ff6eb00875b63f5ca8b (diff) | |
download | morpher-5980fa86c1fc90849102bbc24679423f978e2a50.tar.gz |
Add authorship info in headers doc
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'include/painter')
-rw-r--r-- | include/painter/canvas.h | 3 | ||||
-rw-r--r-- | include/painter/color.h | 3 | ||||
-rw-r--r-- | include/painter/rasterizer.h | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/include/painter/canvas.h b/include/painter/canvas.h index 51a7dc9..2daa523 100644 --- a/include/painter/canvas.h +++ b/include/painter/canvas.h | |||
@@ -3,6 +3,9 @@ | |||
3 | 3 | ||
4 | /** | 4 | /** |
5 | * File: canvas.h | 5 | * File: canvas.h |
6 | * | ||
7 | * Author: | ||
8 | * Pacien TRAN-GIRARD | ||
6 | */ | 9 | */ |
7 | 10 | ||
8 | #include <MLV/MLV_image.h> | 11 | #include <MLV/MLV_image.h> |
diff --git a/include/painter/color.h b/include/painter/color.h index 4a97f50..4331a24 100644 --- a/include/painter/color.h +++ b/include/painter/color.h | |||
@@ -5,6 +5,9 @@ | |||
5 | * File: color.h | 5 | * File: color.h |
6 | * > Coming, colors in the air! Oh, everywhere! | 6 | * > Coming, colors in the air! Oh, everywhere! |
7 | * -- The Rolling Stones | 7 | * -- The Rolling Stones |
8 | * | ||
9 | * Author: | ||
10 | * Pacien TRAN-GIRARD | ||
8 | */ | 11 | */ |
9 | 12 | ||
10 | #include <MLV/MLV_color.h> | 13 | #include <MLV/MLV_color.h> |
diff --git a/include/painter/rasterizer.h b/include/painter/rasterizer.h index 6859cb5..237f145 100644 --- a/include/painter/rasterizer.h +++ b/include/painter/rasterizer.h | |||
@@ -5,6 +5,9 @@ | |||
5 | * File: rasterizer.h | 5 | * File: rasterizer.h |
6 | * > Everyday is a good day when you paint. | 6 | * > Everyday is a good day when you paint. |
7 | * -- Bob Ross | 7 | * -- Bob Ross |
8 | * | ||
9 | * Author: | ||
10 | * Pacien TRAN-GIRARD | ||
8 | */ | 11 | */ |
9 | 12 | ||
10 | #include "painter/canvas.h" | 13 | #include "painter/canvas.h" |