Various Doxygen fixes.
[dcpomatic.git] / src / lib / writer.h
index 14b21f35975c84b8a791bf7c25730f37bb1b9f1a..2a78637e570c0a68d00d8303b85431b93f772cca 100644 (file)
@@ -82,7 +82,7 @@ bool operator== (QueueItem const & a, QueueItem const & b);
  *  or AudioBuffers objects (containing image or sound data respectively)
  *  and writes them to the assets.
  *
- *  ::write() for Data (picture) can be called out of order, and the Writer
+ *  write() for Data (picture) can be called out of order, and the Writer
  *  will sort it out.  write() for AudioBuffers must be called in order.
  */