Tidying.
[libdcp.git] / src / asset_writer.h
index 7eecc03fbeb5507ff3efce171e76af0f707ec29c..c1fc1900dead828841280a88fce74dc4cfe09cd2 100644 (file)
@@ -33,7 +33,7 @@
 
 
 /** @file  src/asset_writer.h
- *  @brief AssetWriter class.
+ *  @brief AssetWriter class
  */
 
 
@@ -65,6 +65,8 @@ public:
        AssetWriter& operator= (AssetWriter const&) = delete;
 
        virtual ~AssetWriter () {}
+
+       /** @return true if anything was written by this writer */
        virtual bool finalize ();
 
        int64_t frames_written () const {