Merge master.
[dcpomatic.git] / src / lib / content_audio.h
index 6ee702f2c6b47b0fe10cee10e67f4f4e4735025d..535c0b4913c7c0a2c157a94c40aeb69101620d6b 100644 (file)
 
 */
 
+/** @file  src/lib/content_audio.h
+ *  @brief ContentAudio class.
+ */
+
 #include "audio_buffers.h"
 
+/** @class ContentAudio
+ *  @brief A block of audio from a piece of content, with a timestamp as a frame within that content.
+ */
 class ContentAudio
 {
 public: