From 8e1f9ce7dde6ba00cdaf6df8f08a602e4a3843b5 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Tue, 26 Jul 2011 22:42:51 -0400 Subject: doxygen: fixed doxygen warnings. --- volk/include/volk/volk_complex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'volk') diff --git a/volk/include/volk/volk_complex.h b/volk/include/volk/volk_complex.h index b20b5cf47..f2fd17342 100644 --- a/volk/include/volk/volk_complex.h +++ b/volk/include/volk/volk_complex.h @@ -2,7 +2,7 @@ #define INCLUDE_VOLK_COMPLEX_H /*! - \brief This header file is to prevent issues with having and variables in the same code as the gcc compiler does not allow that + \brief This header file is to prevent issues with having "complex" and "complex.h" variables in the same code as the gcc compiler does not allow that */ #ifdef __cplusplus -- cgit