summaryrefslogtreecommitdiff
path: root/test/audio_mapping_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-04-29 00:28:51 +0100
committerCarl Hetherington <cth@carlh.net>2014-04-29 00:28:51 +0100
commitb1ad58ce47cecdec6ad4bf8233bc073991cc3cbb (patch)
tree23dbecb5fe9b8c27af7b816842e212a09c4521c8 /test/audio_mapping_test.cc
parent7f2e74604a51b984e4c8cbb5d5f4bb642677ec00 (diff)
Some doc fixes.
Diffstat (limited to 'test/audio_mapping_test.cc')
-rw-r--r--test/audio_mapping_test.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/audio_mapping_test.cc b/test/audio_mapping_test.cc
index 1fc20dcaf..f8467f3de 100644
--- a/test/audio_mapping_test.cc
+++ b/test/audio_mapping_test.cc
@@ -17,13 +17,14 @@
*/
+/** @file test/audio_mapping_test.cc
+ * @brief Basic tests of the AudioMapping class, which itself doesn't really do much.
+ */
+
#include <boost/test/unit_test.hpp>
#include "lib/audio_mapping.h"
#include "lib/util.h"
-/* Basic tests of the AudioMapping class, which itself
- doesn't really do much.
-*/
BOOST_AUTO_TEST_CASE (audio_mapping_test)
{
AudioMapping none;