Various Doxygen fixes.
[dcpomatic.git] / src / lib / filter_graph.cc
index db89d1695950169854ecd5994736c3deefded034..2fb1ad187edf51f9d8813d259f483a38c4fed362 100644 (file)
@@ -26,7 +26,6 @@
 #include "filter.h"
 #include "exceptions.h"
 #include "image.h"
-#include "safe_stringstream.h"
 #include "compose.hpp"
 extern "C" {
 #include <libavfilter/avfiltergraph.h>
@@ -48,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)