aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/sober128.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/sober128.h')
-rw-r--r--wsutil/sober128.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/wsutil/sober128.h b/wsutil/sober128.h
index acb7a46cf1..0238f0efb9 100644
--- a/wsutil/sober128.h
+++ b/wsutil/sober128.h
@@ -1,11 +1,12 @@
-/* This file is derived from sober128 implementation in corosync
+/** @file
+ This file is derived from sober128 implementation in corosync
cluster engine. corosync cluster engine borrows the implementation
from LibTomCrypt.
The latest version of the original code can be found at
http://www.libtom.net/LibTomCrypt/ according to which this code is in the
Public Domain
- */
+*/
/* About LibTomCrypt:
* ---------------------------------------------------------------------