Commenting. v2.13.37
authorCarl Hetherington <cth@carlh.net>
Mon, 23 Jul 2018 01:04:30 +0000 (02:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 23 Jul 2018 01:04:30 +0000 (02:04 +0100)
src/lib/audio_delay.h
src/lib/player.h
src/lib/ratio.h

index 22be33478b58dbf4d152ceb49a4ec80179c31e27..44e8c009b9464dcb205d03e931d3bff011328da9 100644 (file)
@@ -22,6 +22,9 @@
 
 class AudioBuffers;
 
+/** @class AudioDelay
+ *  @brief An audio delay line.
+ */
 class AudioDelay
 {
 public:
index 8b85a011f24a5f8c12c2291da2ec4a9dbce4c8c5..c086b969779327863f646d1d49ac3758f7b6a444 100644 (file)
@@ -59,7 +59,7 @@ public:
 };
 
 /** @class Player
- *  @brief A class which can `play' a Playlist.
+ *  @brief A class which can play a Playlist.
  */
 class Player : public boost::enable_shared_from_this<Player>, public boost::noncopyable
 {
index a6f2bbd739e048190a642c7796d4114777e84c0f..40f596ab8ea6dd1f3d0aa6a9c9bb6e7b69d4428d 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2018 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -25,6 +25,9 @@
 #include <boost/utility.hpp>
 #include <vector>
 
+/** @class Ratio
+ *  @brief Description of an image ratio.
+ */
 class Ratio : public boost::noncopyable
 {
 public: