From cbeedf8849de63c7601d6c5a194cb60ed583c7a0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 11 Feb 2024 13:08:58 +0100 Subject: [PATCH] Add comment about AudioDialog. --- src/wx/audio_dialog.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h index f144fb485..8c2001c17 100644 --- a/src/wx/audio_dialog.h +++ b/src/wx/audio_dialog.h @@ -36,6 +36,11 @@ class FilmViewer; class Film; +/** @class AudioDialog + * @brief Dialog to display audio analysis. + * + * This can be used for the whole DCP, or a specific piece of content if one is passed into the constructor. + */ class AudioDialog : public wxDialog { public: -- 2.30.2