Add comment about AudioDialog.
authorCarl Hetherington <cth@carlh.net>
Sun, 11 Feb 2024 12:08:58 +0000 (13:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 Feb 2024 21:55:26 +0000 (22:55 +0100)
src/wx/audio_dialog.h

index f144fb485ca3bbedd858211d1dae11568448357f..8c2001c174ee31e963e7c67b8670a324ccfb891f 100644 (file)
@@ -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: