Browse Source

Trade: doc++

pull/191/head
Vladimír Vondruš 8 years ago
parent
commit
1821482881
  1. 2
      src/Magnum/Trade/AbstractImageConverter.h
  2. 2
      src/Magnum/Trade/AbstractImporter.h

2
src/Magnum/Trade/AbstractImageConverter.h

@ -137,7 +137,7 @@ class MAGNUM_TRADE_EXPORT AbstractImageConverter: public PluginManager::Abstract
* information. * information.
* *
* Not defined on platforms without * Not defined on platforms without
* @ref CORRADE_PLUGINMANAGER_NO_DYNAMIC_PLUGIN_SUPPORT "dynamic plugin support". * @ref CORRADE_PLUGINMANAGER_NO_DYNAMIC_PLUGIN_SUPPORT "dynamic plugin support".
*/ */
static std::vector<std::string> pluginSearchPaths(); static std::vector<std::string> pluginSearchPaths();
#endif #endif

2
src/Magnum/Trade/AbstractImporter.h

@ -125,7 +125,7 @@ class MAGNUM_TRADE_EXPORT AbstractImporter: public PluginManager::AbstractManagi
* variables, see @ref building for more information. * variables, see @ref building for more information.
* *
* Not defined on platforms without * Not defined on platforms without
* @ref CORRADE_PLUGINMANAGER_NO_DYNAMIC_PLUGIN_SUPPORT "dynamic plugin support". * @ref CORRADE_PLUGINMANAGER_NO_DYNAMIC_PLUGIN_SUPPORT "dynamic plugin support".
*/ */
static std::vector<std::string> pluginSearchPaths(); static std::vector<std::string> pluginSearchPaths();
#endif #endif

Loading…
Cancel
Save