From d3d172daec4a5ab096aa1b2e32fda220bc4307f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 3 Jul 2013 01:55:14 +0200 Subject: [PATCH] Trade: Doxygen fixes. --- src/Trade/AbstractImporter.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Trade/AbstractImporter.h b/src/Trade/AbstractImporter.h index a82d57a3c..606869f04 100644 --- a/src/Trade/AbstractImporter.h +++ b/src/Trade/AbstractImporter.h @@ -98,8 +98,6 @@ class MAGNUM_EXPORT AbstractImporter: public PluginManager::AbstractPlugin { /** * @brief Open raw data - * @param data Data - * @param size Data size * * Closes previous file, if it was opened, and tries to open given * file. Available only if @ref Feature "Feature::OpenData" is @@ -110,7 +108,6 @@ class MAGNUM_EXPORT AbstractImporter: public PluginManager::AbstractPlugin { /** * @brief Open file - * @param filename Filename * * Closes previous file, if it was opened, and tries to open given * file. Returns `true` on success, `false` otherwise.