src/spectrum/test/spectrum-test.h
changeset 11045 6024c150e4c8
parent 7385 10beb0e53130
--- a/src/spectrum/test/spectrum-test.h	Fri Oct 31 13:36:46 2014 -0700
+++ b/src/spectrum/test/spectrum-test.h	Mon Nov 03 12:33:13 2014 -0800
@@ -41,9 +41,6 @@
   NS_TEST_ASSERT_MSG_SPECTRUM_MODEL_EQ_TOL_INTERNAL (actual, expected, tol, msg, __FILE__, __LINE__)
 
 
-/**
- * \internal
- */
 #define NS_TEST_ASSERT_MSG_SPECTRUM_MODEL_EQ_TOL_INTERNAL(actual, expected, tol, msg, file, line) \
   do                                                                           \
     {                                                                          \
@@ -105,9 +102,6 @@
   NS_TEST_ASSERT_MSG_SPECTRUM_VALUE_EQ_TOL_INTERNAL (actual, expected, tol, msg, __FILE__, __LINE__)
 
 
-/**
- * \internal
- */
 #define NS_TEST_ASSERT_MSG_SPECTRUM_VALUE_EQ_TOL_INTERNAL(actual, expected, tol, msg, file, line) \
   do                                                                           \
     {                                                                          \