diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-03-01 22:01:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | 6996f3e291aec986adb1589808a54d09b8647520 (patch) | |
| tree | 89eb09c32349b37d6fd75f4fd5e44167d099e9db /test/audio_analysis_test.cc | |
| parent | 280fd561a8ba34c3e4552005b2d48efa0d1325dc (diff) | |
Doxygen tweaks.
Diffstat (limited to 'test/audio_analysis_test.cc')
| -rw-r--r-- | test/audio_analysis_test.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/audio_analysis_test.cc b/test/audio_analysis_test.cc index ae5fd0834..66c577579 100644 --- a/test/audio_analysis_test.cc +++ b/test/audio_analysis_test.cc @@ -18,8 +18,11 @@ */ +/** @defgroup selfcontained Self-contained tests of single classes / method sets */ + /** @file test/audio_analysis_test.cc - * @brief Check audio analysis code. + * @brief Test AudioAnalysis class. + * @ingroup selfcontained */ #include <boost/test/unit_test.hpp> |
