aboutsummaryrefslogtreecommitdiffstats
path: root/yage/util
diff options
context:
space:
mode:
Diffstat (limited to 'yage/util')
-rw-r--r--yage/util/active.cpp4
-rw-r--r--yage/util/active.h4
-rw-r--r--yage/util/syncqueue.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/yage/util/active.cpp b/yage/util/active.cpp
index 1516b7d3..0eaeeb80 100644
--- a/yage/util/active.cpp
+++ b/yage/util/active.cpp
@@ -1,5 +1,5 @@
-/* ----------------------------------------------------------------------------
- * active.cpp
+/** ---------------------------------------------------------------------------
+ * @file: active.cpp
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
* MIT License, see LICENSE file for more details.
diff --git a/yage/util/active.h b/yage/util/active.h
index b7137a47..d1d9ba4c 100644
--- a/yage/util/active.h
+++ b/yage/util/active.h
@@ -1,5 +1,5 @@
-/* ----------------------------------------------------------------------------
- * active.h
+/** ---------------------------------------------------------------------------
+ * @file: active.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
* MIT License, see LICENSE file for more details.
diff --git a/yage/util/syncqueue.h b/yage/util/syncqueue.h
index ab9204e3..f1c7d65d 100644
--- a/yage/util/syncqueue.h
+++ b/yage/util/syncqueue.h
@@ -1,5 +1,5 @@
-/* ----------------------------------------------------------------------------
- * syncqueue.h
+/** ---------------------------------------------------------------------------
+ * @file: syncqueue.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
* MIT License, see LICENSE file for more details.