From b31d171ae87dabe8026934c60b1a1195dddd32a2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 17 Mar 2015 11:21:29 +0100 Subject: *: doxygen fixups --- src/encoder/EncoderInterface.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/encoder/EncoderInterface.hxx') diff --git a/src/encoder/EncoderInterface.hxx b/src/encoder/EncoderInterface.hxx index 8ee723a63..c1ecd872f 100644 --- a/src/encoder/EncoderInterface.hxx +++ b/src/encoder/EncoderInterface.hxx @@ -144,7 +144,6 @@ encoder_flush(Encoder *encoder, Error &error) * a new one. * * @param encoder the encoder - * @param tag the tag object * @return true on success */ static inline bool @@ -243,7 +242,6 @@ encoder_read(Encoder *encoder, void *dest, size_t length) /** * Get mime type of encoded content. * - * @param plugin the encoder plugin * @return an constant string, nullptr on failure */ static inline const char * -- cgit v1.2.3