aboutsummaryrefslogtreecommitdiffstats
path: root/yage/math
diff options
context:
space:
mode:
Diffstat (limited to 'yage/math')
-rw-r--r--yage/math/math.h14
-rw-r--r--yage/math/matrix.h4
2 files changed, 2 insertions, 16 deletions
diff --git a/yage/math/math.h b/yage/math/math.h
deleted file mode 100644
index 87f1af6c..00000000
--- a/yage/math/math.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* ----------------------------------------------------------------------------
- * math.h
- *
- * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
- * MIT License, see LICENSE file for more details.
- * ----------------------------------------------------------------------------
- */
-
-#ifndef YAGE_MATH_H
-#define YAGE_MATH_H
-
-#include "matrix.h"
-
-#endif
diff --git a/yage/math/matrix.h b/yage/math/matrix.h
index 90a763cf..ac612385 100644
--- a/yage/math/matrix.h
+++ b/yage/math/matrix.h
@@ -1,5 +1,5 @@
-/* ----------------------------------------------------------------------------
- * matrix.h
+/** ---------------------------------------------------------------------------
+ * @file: matrix.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
* MIT License, see LICENSE file for more details.