Some doc fixes.
[dcpomatic.git] / test / audio_mapping_test.cc
index 1fc20dcaf6e0433dcfcaebdcf3afc4a0ddcc955c..f8467f3de9b144f70e2f620e1510eb2ee05191ab 100644 (file)
 
 */
 
+/** @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;