Comments.
authorCarl Hetherington <cth@carlh.net>
Mon, 25 Aug 2014 00:45:28 +0000 (01:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 25 Aug 2014 00:45:28 +0000 (01:45 +0100)
src/lib/audio_content.h
src/wx/config_dialog.cc
src/wx/timeline.cc

index 540839d695241be94e769bb6e42218b4128e3d50..57085a7651bcc285c9b32618cc768f36fc5cce33 100644 (file)
@@ -33,6 +33,9 @@ namespace cxml {
 
 class AudioProcessor;
 
+/** @class AudioContentProperty
+ *  @brief Names for properties of AudioContent.
+ */
 class AudioContentProperty
 {
 public:
index 175ed94ade131a754781e69476f9d6d6f4f3a534..c1eee3c7b1cec0026370d61072f73f3fa5db543a 100644 (file)
@@ -1097,6 +1097,9 @@ private:
        wxButton* _reset_kdm_email;
 };
 
+/** @class AdvancedPage
+ *  @brief Advanced page of the preferences dialog.
+ */
 class AdvancedPage : public wxStockPreferencesPage, public Page
 {
 public:
index 1096a435aa5b7386e28ef1419e46e90621a342b9..13baef6b7bb0c143021aeb67a97fe7dcc714127e 100644 (file)
@@ -213,6 +213,9 @@ private:
        boost::signals2::scoped_connection _content_connection;
 };
 
+/** @class AudioContentView
+ *  @brief Timeline view for AudioContent.
+ */
 class AudioContentView : public ContentView
 {
 public:
@@ -237,6 +240,9 @@ private:
        }
 };
 
+/** @class AudioContentView
+ *  @brief Timeline view for VideoContent.
+ */
 class VideoContentView : public ContentView
 {
 public:
@@ -266,6 +272,9 @@ private:
        }
 };
 
+/** @class AudioContentView
+ *  @brief Timeline view for SubtitleContent.
+ */
 class SubtitleContentView : public ContentView
 {
 public: