aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-10-14 18:34:42 +0200
committerTobias Brunner <tobias@strongswan.org>2016-10-14 18:37:14 +0200
commitad71db18f1f3c2f79bf85872c9aaf488bf77db6d (patch)
tree882789afbe89de7ab8809f511ff511e5455d6065 /src/libstrongswan
parent955ce9165203d4b69cf1ae53e11438cba7efe7e1 (diff)
downloadstrongswan-ad71db18f1f3c2f79bf85872c9aaf488bf77db6d.tar.bz2
strongswan-ad71db18f1f3c2f79bf85872c9aaf488bf77db6d.tar.xz
libnttfft: Fix Doxygen group
Diffstat (limited to 'src/libstrongswan')
-rw-r--r--src/libstrongswan/math/libnttfft/ntt_fft.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libstrongswan/math/libnttfft/ntt_fft.h b/src/libstrongswan/math/libnttfft/ntt_fft.h
index 6e135fe45..c05bb4e37 100644
--- a/src/libstrongswan/math/libnttfft/ntt_fft.h
+++ b/src/libstrongswan/math/libnttfft/ntt_fft.h
@@ -14,8 +14,10 @@
*/
/**
+ * @defgroup ntt_p libnttfft
+ *
* @defgroup ntt_fft ntt_fft
- * @{ @ingroup bliss_p
+ * @{ @ingroup ntt_p
*/
#ifndef NTT_FFT_H_