summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-20 22:53:10 +0100
committerCarl Hetherington <cth@carlh.net>2020-11-20 22:57:39 +0100
commit8611fc8597605aa51373adb4fc8f0c697b8c7360 (patch)
tree62ebdd73bcb33dc21178b3000c3bf984e6760268 /test
parentd330522cb1a0504e5f85c2346344e04916c68a4f (diff)
Some tidying up of test Doxygen.
Diffstat (limited to 'test')
-rw-r--r--test/audio_delay_test.cc4
-rw-r--r--test/audio_processor_test.cc2
-rw-r--r--test/burnt_subtitle_test.cc2
-rw-r--r--test/client_server_test.cc2
-rw-r--r--test/dcp_subtitle_test.cc2
-rw-r--r--test/dcpomatic_time_test.cc2
-rw-r--r--test/digest_test.cc2
-rw-r--r--test/empty_test.cc2
-rw-r--r--test/ffmpeg_audio_only_test.cc2
-rw-r--r--test/ffmpeg_audio_test.cc2
-rw-r--r--test/ffmpeg_dcp_test.cc2
-rw-r--r--test/ffmpeg_decoder_seek_test.cc2
-rw-r--r--test/ffmpeg_decoder_sequential_test.cc2
-rw-r--r--test/ffmpeg_examiner_test.cc2
-rw-r--r--test/ffmpeg_pts_offset_test.cc2
-rw-r--r--test/file_naming_test.cc2
-rw-r--r--test/film_metadata_test.cc2
-rw-r--r--test/frame_rate_test.cc2
-rw-r--r--test/import_dcp_test.cc2
-rw-r--r--test/interrupt_encoder_test.cc2
-rw-r--r--test/isdcf_name_test.cc2
-rw-r--r--test/j2k_bandwidth_test.cc2
-rw-r--r--test/recover_test.cc2
-rw-r--r--test/rect_test.cc2
-rw-r--r--test/reels_test.cc2
-rw-r--r--test/render_subtitles_test.cc2
-rw-r--r--test/repeat_frame_test.cc2
-rw-r--r--test/required_disk_space_test.cc2
-rw-r--r--test/scaling_test.cc2
-rw-r--r--test/silence_padding_test.cc2
-rw-r--r--test/skip_frame_test.cc2
-rw-r--r--test/srt_subtitle_test.cc2
-rw-r--r--test/ssa_subtitle_test.cc2
-rw-r--r--test/time_calculation_test.cc2
-rw-r--r--test/update_checker_test.cc2
-rw-r--r--test/upmixer_a_test.cc2
-rw-r--r--test/vf_kdm_test.cc2
-rw-r--r--test/vf_test.cc2
-rw-r--r--test/video_level_test.cc2
-rw-r--r--test/video_mxf_content_test.cc2
-rw-r--r--test/zipper_test.cc2
41 files changed, 42 insertions, 42 deletions
diff --git a/test/audio_delay_test.cc b/test/audio_delay_test.cc
index 8e1d82085..2645cf517 100644
--- a/test/audio_delay_test.cc
+++ b/test/audio_delay_test.cc
@@ -18,11 +18,11 @@
*/
-/** @defgroup specific Tests of fairly specific areas */
+/** @defgroup feature Tests of features */
/** @file test/audio_delay_test.cc
* @brief Test encode using some FFmpegContents which have audio delays.
- * @ingroup specific
+ * @ingroup feature
*
* The output is checked algorithmically using knowledge of the input.
*/
diff --git a/test/audio_processor_test.cc b/test/audio_processor_test.cc
index 4e917bd45..d814ab421 100644
--- a/test/audio_processor_test.cc
+++ b/test/audio_processor_test.cc
@@ -20,7 +20,7 @@
/** @file test/audio_processor_test.cc
* @brief Test audio processors.
- * @ingroup specific
+ * @ingroup feature
*/
#include "lib/audio_processor.h"
diff --git a/test/burnt_subtitle_test.cc b/test/burnt_subtitle_test.cc
index 8bd2c46b8..2a1360c78 100644
--- a/test/burnt_subtitle_test.cc
+++ b/test/burnt_subtitle_test.cc
@@ -20,7 +20,7 @@
/** @file test/burnt_subtitle_test.cc
* @brief Test the burning of subtitles into the DCP.
- * @ingroup specific
+ * @ingroup feature
*/
#include "lib/plain_text_content.h"
diff --git a/test/client_server_test.cc b/test/client_server_test.cc
index 22eeedbab..e7ab5ec7a 100644
--- a/test/client_server_test.cc
+++ b/test/client_server_test.cc
@@ -20,7 +20,7 @@
/** @file test/client_server_test.cc
* @brief Test the server class.
- * @ingroup specific
+ * @ingroup feature
*
* Create a test image and then encode it using the standard mechanism
* and also using a EncodeServer object running on localhost. Compare the resulting
diff --git a/test/dcp_subtitle_test.cc b/test/dcp_subtitle_test.cc
index 4938cfb6d..f7e7fe795 100644
--- a/test/dcp_subtitle_test.cc
+++ b/test/dcp_subtitle_test.cc
@@ -20,7 +20,7 @@
/** @file test/dcp_subtitle_test.cc
* @brief Test DCP subtitle content in various ways.
- * @ingroup specific
+ * @ingroup feature
*/
#include <boost/test/unit_test.hpp>
diff --git a/test/dcpomatic_time_test.cc b/test/dcpomatic_time_test.cc
index b343a1376..e4383b539 100644
--- a/test/dcpomatic_time_test.cc
+++ b/test/dcpomatic_time_test.cc
@@ -19,7 +19,7 @@
*/
/** @file test/dcpomatic_time_test.cc
- * @brief Test Time and TimePeriod classes.
+ * @brief Test dcpomatic::Time and dcpomatic::TimePeriod classes.
* @ingroup selfcontained
*/
diff --git a/test/digest_test.cc b/test/digest_test.cc
index 5fee9e734..b1effc906 100644
--- a/test/digest_test.cc
+++ b/test/digest_test.cc
@@ -20,7 +20,7 @@
/** @file test/digest_test.cc
* @brief Check computed DCP digests against references calculated by the `openssl` binary.
- * @ingroup specific
+ * @ingroup feature
*/
#include "lib/film.h"
diff --git a/test/empty_test.cc b/test/empty_test.cc
index 7b374ba49..9a1f98ed2 100644
--- a/test/empty_test.cc
+++ b/test/empty_test.cc
@@ -20,7 +20,7 @@
/** @file test/empty_test.cc
* @brief Test the creation of Empty objects.
- * @ingroup specific
+ * @ingroup feature
*/
#include "lib/film.h"
diff --git a/test/ffmpeg_audio_only_test.cc b/test/ffmpeg_audio_only_test.cc
index 13b25e1a8..5e2c130a5 100644
--- a/test/ffmpeg_audio_only_test.cc
+++ b/test/ffmpeg_audio_only_test.cc
@@ -20,7 +20,7 @@
/** @file test/ffmpeg_audio_only_test.cc
* @brief Test FFmpeg content with audio but no video.
- * @ingroup specific
+ * @ingroup feature
*/
#include "lib/film.h"
diff --git a/test/ffmpeg_audio_test.cc b/test/ffmpeg_audio_test.cc
index e4c907715..a54ffa081 100644
--- a/test/ffmpeg_audio_test.cc
+++ b/test/ffmpeg_audio_test.cc
@@ -20,7 +20,7 @@
/** @file test/ffmpeg_audio_test.cc
* @brief Test reading audio from an FFmpeg file.
- * @ingroup specific
+ * @ingroup feature
*/
#include "lib/ffmpeg_content.h"
diff --git a/test/ffmpeg_dcp_test.cc b/test/ffmpeg_dcp_test.cc
index ad09e5e1a..8de8feeba 100644
--- a/test/ffmpeg_dcp_test.cc
+++ b/test/ffmpeg_dcp_test.cc
@@ -20,7 +20,7 @@
/** @file test/ffmpeg_dcp_test.cc
* @brief Test creation of a very simple DCP from some FFmpegContent (data/test.mp4).
- * @ingroup specific
+ * @ingroup feature
*
* Also a quick test of Film::have_dcp ().
*/
diff --git a/test/ffmpeg_decoder_seek_test.cc b/test/ffmpeg_decoder_seek_test.cc
index 230c54768..33b407a97 100644
--- a/test/ffmpeg_decoder_seek_test.cc
+++ b/test/ffmpeg_decoder_seek_test.cc
@@ -20,7 +20,7 @@
/** @file test/ffmpeg_decoder_seek_test.cc
* @brief Check seek() with FFmpegDecoder.
- * @ingroup specific
+ * @ingroup selfcontained
*
* This doesn't check that the contents of those frames are right, which
* it probably should.
diff --git a/test/ffmpeg_decoder_sequential_test.cc b/test/ffmpeg_decoder_sequential_test.cc
index b4ff8ce5f..bf6668586 100644
--- a/test/ffmpeg_decoder_sequential_test.cc
+++ b/test/ffmpeg_decoder_sequential_test.cc
@@ -21,7 +21,7 @@
/** @file test/ffmpeg_decoder_sequential_test.cc
* @brief Check that the FFmpeg decoder and Player produce sequential frames without gaps or dropped frames;
* Also that the decoder picks up frame rates correctly.
- * @ingroup specific
+ * @ingroup feature
*/
#include "lib/ffmpeg_content.h"
diff --git a/test/ffmpeg_examiner_test.cc b/test/ffmpeg_examiner_test.cc
index 04e6f2535..fbc3e51f0 100644
--- a/test/ffmpeg_examiner_test.cc
+++ b/test/ffmpeg_examiner_test.cc
@@ -20,7 +20,7 @@
/** @file test/ffmpeg_examiner_test.cc
* @brief FFmpegExaminer tests
- * @ingroup specific
+ * @ingroup selfcontained
*/
#include <boost/test/unit_test.hpp>
diff --git a/test/ffmpeg_pts_offset_test.cc b/test/ffmpeg_pts_offset_test.cc
index f4bf6df35..35996f01a 100644
--- a/test/ffmpeg_pts_offset_test.cc
+++ b/test/ffmpeg_pts_offset_test.cc
@@ -20,7 +20,7 @@
/** @file test/ffmpeg_pts_offset_test.cc
* @brief Check the computation of _pts_offset in FFmpegDecoder.
- * @ingroup specific
+ * @ingroup selfcontained
*/
#include <boost/test/unit_test.hpp>
diff --git a/test/file_naming_test.cc b/test/file_naming_test.cc
index d0db2f30a..ebc89d6b1 100644
--- a/test/file_naming_test.cc
+++ b/test/file_naming_test.cc
@@ -20,7 +20,7 @@
/** @file test/file_naming_test.cc
* @brief Test how files in DCPs are named.
- * @ingroup specific
+ * @ingroup feature
*/
#include "test.h"
diff --git a/test/film_metadata_test.cc b/test/film_metadata_test.cc
index 854d3e6ea..6af4b7ffe 100644
--- a/test/film_metadata_test.cc
+++ b/test/film_metadata_test.cc
@@ -20,7 +20,7 @@
/** @file test/film_metadata_test.cc
* @brief Test some basic reading/writing of film metadata.
- * @ingroup specific
+ * @ingroup feature
*/
#include <boost/test/unit_test.hpp>
diff --git a/test/frame_rate_test.cc b/test/frame_rate_test.cc
index 292dff8db..2a0aa9415 100644
--- a/test/frame_rate_test.cc
+++ b/test/frame_rate_test.cc
@@ -21,7 +21,7 @@
/** @file test/frame_rate_test.cc
* @brief Tests for FrameRateChange and the computation of the best
* frame rate for the DCP.
- * @ingroup specific
+ * @ingroup feature
*/
#include <boost/test/unit_test.hpp>
diff --git a/test/import_dcp_test.cc b/test/import_dcp_test.cc
index 2f33f93f5..671fc8cf7 100644
--- a/test/import_dcp_test.cc
+++ b/test/import_dcp_test.cc
@@ -20,7 +20,7 @@
/** @file test/import_dcp_test.cc
* @brief Test import of encrypted DCPs.
- * @ingroup specific
+ * @ingroup feature
*/
#include "test.h"
diff --git a/test/interrupt_encoder_test.cc b/test/interrupt_encoder_test.cc
index 584f82987..85428e7d3 100644
--- a/test/interrupt_encoder_test.cc
+++ b/test/interrupt_encoder_test.cc
@@ -20,7 +20,7 @@
/** @file test/interrupt_encoder_test.cc
* @brief Test clean shutdown of threads if a DCP encode is interrupted.
- * @ingroup specific
+ * @ingroup feature
*/
#include "lib/film.h"
diff --git a/test/isdcf_name_test.cc b/test/isdcf_name_test.cc
index bdb21bfcc..b88afb0a0 100644
--- a/test/isdcf_name_test.cc
+++ b/test/isdcf_name_test.cc
@@ -20,7 +20,7 @@
/** @file test/isdcf_name_test.cc
* @brief Test creation of ISDCF names.
- * @ingroup specific
+ * @ingroup feature
*/
#include <boost/test/unit_test.hpp>
diff --git a/test/j2k_bandwidth_test.cc b/test/j2k_bandwidth_test.cc
index 832f48c3f..a1e6c1ac6 100644
--- a/test/j2k_bandwidth_test.cc
+++ b/test/j2k_bandwidth_test.cc
@@ -20,7 +20,7 @@
/** @file test/bandwidth_test.cc
* @brief Test whether we output whatever J2K bandwidth is requested.
- * @ingroup specific
+ * @ingroup feature
*/
#include "test.h"
diff --git a/test/recover_test.cc b/test/recover_test.cc
index 84e6a74e3..01afa5e92 100644
--- a/test/recover_test.cc
+++ b/test/recover_test.cc
@@ -20,7 +20,7 @@
/** @file test/recover_test.cc
* @brief Test recovery of a DCP transcode after a crash.
- * @ingroup specific
+ * @ingroup feature
*/
#include "test.h"
diff --git a/test/rect_test.cc b/test/rect_test.cc
index 832fdad82..f603b1230 100644
--- a/test/rect_test.cc
+++ b/test/rect_test.cc
@@ -19,7 +19,7 @@
*/
/** @file test/rect_test.cc
- * @brief Test Rect class.
+ * @brief Test dcpomatic::Rect class.
* @ingroup selfcontained
*/
diff --git a/test/reels_test.cc b/test/reels_test.cc
index 573289718..01b2f9b4a 100644
--- a/test/reels_test.cc
+++ b/test/reels_test.cc
@@ -20,7 +20,7 @@
/** @file test/reels_test.cc
* @brief Check manipulation of reels in various ways.
- * @ingroup specific
+ * @ingroup feature
*/
#include "lib/film.h"
diff --git a/test/render_subtitles_test.cc b/test/render_subtitles_test.cc
index 29c6c9963..99e1e7a1b 100644
--- a/test/render_subtitles_test.cc
+++ b/test/render_subtitles_test.cc
@@ -20,7 +20,7 @@
/** @file test/render_text_test.cc
* @brief Check markup of subtitles for rendering.
- * @ingroup specific
+ * @ingroup feature
*/
#include "lib/render_text.h"
diff --git a/test/repeat_frame_test.cc b/test/repeat_frame_test.cc
index 358e6fe8f..125f46686 100644
--- a/test/repeat_frame_test.cc
+++ b/test/repeat_frame_test.cc
@@ -21,7 +21,7 @@
/** @file test/repeat_frame_test.cc
* @brief Test the repeat of frames by the player when putting a 24fps
* source into a 48fps DCP.
- * @ingroup specific
+ * @ingroup feature
*
* @see test/skip_frame_test.cc
*/
diff --git a/test/required_disk_space_test.cc b/test/required_disk_space_test.cc
index 6a177fd71..d1ff82ca6 100644
--- a/test/required_disk_space_test.cc
+++ b/test/required_disk_space_test.cc
@@ -20,7 +20,7 @@
/** @file test/required_disk_space_test.cc
* @brief Check Film::required_disk_space
- * @ingroup specific
+ * @ingroup selfcontained
*/
#include "lib/content_factory.h"
diff --git a/test/scaling_test.cc b/test/scaling_test.cc
index dd3b6118e..491b63723 100644
--- a/test/scaling_test.cc
+++ b/test/scaling_test.cc
@@ -20,7 +20,7 @@
/** @file test/scaling_test.cc
* @brief Test scaling and black-padding of images from a still-image source.
- * @ingroup specific
+ * @ingroup feature
*/
#include <boost/test/unit_test.hpp>
diff --git a/test/silence_padding_test.cc b/test/silence_padding_test.cc
index 75abd0284..9c432d3e2 100644
--- a/test/silence_padding_test.cc
+++ b/test/silence_padding_test.cc
@@ -20,7 +20,7 @@
/** @file test/silence_padding_test.cc
* @brief Test the padding (with silence) of a mono source to a 6-channel DCP.
- * @ingroup specific
+ * @ingroup feature
*/
#include "lib/ffmpeg_content.h"
diff --git a/test/skip_frame_test.cc b/test/skip_frame_test.cc
index aea389ce3..4b137c991 100644
--- a/test/skip_frame_test.cc
+++ b/test/skip_frame_test.cc
@@ -21,7 +21,7 @@
/** @file test/skip_frame_test.cc
* @brief Test the skip of frames by the player when putting a 48fps
* source into a 24fps DCP.
- * @ingroup specific
+ * @ingroup feature
*
* @see test/repeat_frame_test.cc
*/
diff --git a/test/srt_subtitle_test.cc b/test/srt_subtitle_test.cc
index 5fbe3058d..1ea4538ba 100644
--- a/test/srt_subtitle_test.cc
+++ b/test/srt_subtitle_test.cc
@@ -20,7 +20,7 @@
/** @file test/srt_subtitle_test.cc
* @brief Test writing DCPs with subtitles from .srt.
- * @ingroup specific
+ * @ingroup feature
*/
#include "lib/film.h"
diff --git a/test/ssa_subtitle_test.cc b/test/ssa_subtitle_test.cc
index bb37358f1..c07666aa0 100644
--- a/test/ssa_subtitle_test.cc
+++ b/test/ssa_subtitle_test.cc
@@ -20,7 +20,7 @@
/** @file test/ssa_subtitle_test.cc
* @brief Test use of SSA subtitle files.
- * @ingroup specific
+ * @ingroup feature
*/
#include "lib/film.h"
diff --git a/test/time_calculation_test.cc b/test/time_calculation_test.cc
index ed4440b33..8c57a9fdb 100644
--- a/test/time_calculation_test.cc
+++ b/test/time_calculation_test.cc
@@ -20,7 +20,7 @@
/** @file test/time_calculation_test.cc
* @brief Test calculation of timings when frame rates change.
- * @ingroup specific
+ * @ingroup feature
*/
#include "lib/film.h"
diff --git a/test/update_checker_test.cc b/test/update_checker_test.cc
index 772665772..27754f0dd 100644
--- a/test/update_checker_test.cc
+++ b/test/update_checker_test.cc
@@ -20,7 +20,7 @@
/** @file test/update_checker_test.cc
* @brief Check UpdateChecker::version_less_than
- * @ingroup specific
+ * @ingroup selfcontained
*/
#include <boost/test/unit_test.hpp>
diff --git a/test/upmixer_a_test.cc b/test/upmixer_a_test.cc
index 2d1e65222..085a0dd04 100644
--- a/test/upmixer_a_test.cc
+++ b/test/upmixer_a_test.cc
@@ -20,7 +20,7 @@
/** @file test/upmixer_a_test.cc
* @brief Check the Upmixer A against some reference sound files.
- * @ingroup specific
+ * @ingroup selfcontained
*/
#include <boost/test/unit_test.hpp>
diff --git a/test/vf_kdm_test.cc b/test/vf_kdm_test.cc
index f37742c03..5d16e3be5 100644
--- a/test/vf_kdm_test.cc
+++ b/test/vf_kdm_test.cc
@@ -20,7 +20,7 @@
/** @file test/vf_kdm_test.cc
* @brief Test encrypted VF creation and import
- * @ingroup specific
+ * @ingroup feature
*/
#include "test.h"
diff --git a/test/vf_test.cc b/test/vf_test.cc
index e0d328447..ad4bcf8a4 100644
--- a/test/vf_test.cc
+++ b/test/vf_test.cc
@@ -20,7 +20,7 @@
/** @file test/vf_Test.cc
* @brief Various VF-related tests.
- * @ingroup specific
+ * @ingroup feature
*/
#include "lib/film.h"
diff --git a/test/video_level_test.cc b/test/video_level_test.cc
index b584263fc..4ae722e7c 100644
--- a/test/video_level_test.cc
+++ b/test/video_level_test.cc
@@ -21,7 +21,7 @@
/** @file test/video_level_test.cc
* @brief Test that video level ranges are handled correctly.
- * @ingroup specific
+ * @ingroup feature
*/
diff --git a/test/video_mxf_content_test.cc b/test/video_mxf_content_test.cc
index 7ce3201df..91d03778c 100644
--- a/test/video_mxf_content_test.cc
+++ b/test/video_mxf_content_test.cc
@@ -20,7 +20,7 @@
/** @file test/video_mxf_content_test.cc
* @brief Test use of Video MXF content.
- * @ingroup specific
+ * @ingroup feature
*/
#include "lib/film.h"
diff --git a/test/zipper_test.cc b/test/zipper_test.cc
index 10ffd76a4..1ec7ff80b 100644
--- a/test/zipper_test.cc
+++ b/test/zipper_test.cc
@@ -19,7 +19,7 @@
*/
/** @file test/zipper_test.cc
- * @brief Tests of Zipper class.
+ * @brief Test Zipper class.
* @ingroup selfcontained
*/