diff options
author | Tom Rondeau | 2011-07-26 22:42:51 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-07-26 22:42:51 -0400 |
commit | 8e1f9ce7dde6ba00cdaf6df8f08a602e4a3843b5 (patch) | |
tree | 89c7f62171f9cf54f8c0691b0915c0d4896c8fe2 /volk | |
parent | 11c2435ef12e417851067bac2adcd9f3d21908d0 (diff) | |
download | gnuradio-8e1f9ce7dde6ba00cdaf6df8f08a602e4a3843b5.tar.gz gnuradio-8e1f9ce7dde6ba00cdaf6df8f08a602e4a3843b5.tar.bz2 gnuradio-8e1f9ce7dde6ba00cdaf6df8f08a602e4a3843b5.zip |
doxygen: fixed doxygen warnings.
Diffstat (limited to 'volk')
-rw-r--r-- | volk/include/volk/volk_complex.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <complex> and <complex.h> 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 |