diff options
-rw-r--r-- | include/morpher/matrix.h | 6 | ||||
-rw-r--r-- | include/painter/canvas.h | 2 | ||||
-rw-r--r-- | include/painter/color.h | 5 | ||||
-rw-r--r-- | include/painter/rasterizer.h | 2 |
4 files changed, 6 insertions, 9 deletions
diff --git a/include/morpher/matrix.h b/include/morpher/matrix.h index 8118727..e3d5517 100644 --- a/include/morpher/matrix.h +++ b/include/morpher/matrix.h | |||
@@ -3,10 +3,8 @@ | |||
3 | 3 | ||
4 | /** | 4 | /** |
5 | * File: matrix.h | 5 | * File: matrix.h |
6 | * Determinant operations. | 6 | * > The matrix is a system Neo, that system is our enemy. |
7 | * | 7 | * -- Morpheus |
8 | * See also: | ||
9 | * The film | ||
10 | */ | 8 | */ |
11 | 9 | ||
12 | #include "common/geom.h" | 10 | #include "common/geom.h" |
diff --git a/include/painter/canvas.h b/include/painter/canvas.h index 928121a..ac278ff 100644 --- a/include/painter/canvas.h +++ b/include/painter/canvas.h | |||
@@ -3,8 +3,6 @@ | |||
3 | 3 | ||
4 | /** | 4 | /** |
5 | * File: canvas.h | 5 | * File: canvas.h |
6 | * > Everyday is a good day when you paint. | ||
7 | * -- Bob Ross | ||
8 | */ | 6 | */ |
9 | 7 | ||
10 | #include <MLV/MLV_image.h> | 8 | #include <MLV/MLV_image.h> |
diff --git a/include/painter/color.h b/include/painter/color.h index 2aeee3e..ea41faf 100644 --- a/include/painter/color.h +++ b/include/painter/color.h | |||
@@ -3,9 +3,8 @@ | |||
3 | 3 | ||
4 | /** | 4 | /** |
5 | * File: color.h | 5 | * File: color.h |
6 | * | 6 | * > Coming, colors in the air! Oh, everywhere! |
7 | * See also: | 7 | * -- The Rolling Stones |
8 | * A rainbow | ||
9 | */ | 8 | */ |
10 | 9 | ||
11 | #include <MLV/MLV_color.h> | 10 | #include <MLV/MLV_color.h> |
diff --git a/include/painter/rasterizer.h b/include/painter/rasterizer.h index 204d616..6859cb5 100644 --- a/include/painter/rasterizer.h +++ b/include/painter/rasterizer.h | |||
@@ -3,6 +3,8 @@ | |||
3 | 3 | ||
4 | /** | 4 | /** |
5 | * File: rasterizer.h | 5 | * File: rasterizer.h |
6 | * > Everyday is a good day when you paint. | ||
7 | * -- Bob Ross | ||
6 | */ | 8 | */ |
7 | 9 | ||
8 | #include "painter/canvas.h" | 10 | #include "painter/canvas.h" |