Various Doxygen fixes.
[dcpomatic.git] / src / lib / filter_graph.cc
index 7a29738154bb2f3aa52b47505de0daf17037b7ab..2fb1ad187edf51f9d8813d259f483a38c4fed362 100644 (file)
@@ -47,11 +47,7 @@ using boost::shared_ptr;
 using boost::weak_ptr;
 using dcp::Size;
 
-/** Construct a FilterGraph for the settings in a piece of content.
- *  @param content Content.
- *  @param s Size of the images to process.
- *  @param p Pixel format of the images to process.
- */
+/** Construct a FilterGraph for the settings in a piece of content */
 FilterGraph::FilterGraph ()
        : _graph (0)
        , _copy (false)