Browse Source

Trade: Doxygen fixes.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
d3d172daec
  1. 3
      src/Trade/AbstractImporter.h

3
src/Trade/AbstractImporter.h

@ -98,8 +98,6 @@ class MAGNUM_EXPORT AbstractImporter: public PluginManager::AbstractPlugin {
/** /**
* @brief Open raw data * @brief Open raw data
* @param data Data
* @param size Data size
* *
* Closes previous file, if it was opened, and tries to open given * Closes previous file, if it was opened, and tries to open given
* file. Available only if @ref Feature "Feature::OpenData" is * file. Available only if @ref Feature "Feature::OpenData" is
@ -110,7 +108,6 @@ class MAGNUM_EXPORT AbstractImporter: public PluginManager::AbstractPlugin {
/** /**
* @brief Open file * @brief Open file
* @param filename Filename
* *
* Closes previous file, if it was opened, and tries to open given * Closes previous file, if it was opened, and tries to open given
* file. Returns `true` on success, `false` otherwise. * file. Returns `true` on success, `false` otherwise.

Loading…
Cancel
Save