Remove class doc from src/plugins/backends/snarl/SnarlInterface.h to prevent it from appearing in the doc

This commit is contained in:
Patrick von Reth 2015-08-14 17:10:48 +02:00
parent 2dc5551b9f
commit eed8b4e040
2 changed files with 1 additions and 3 deletions

View File

@ -67,6 +67,7 @@ public:
* Load a set of plugins
*
* @param types the type of tha plugin
* @see Snore::SnorePlugin::PluginType
*/
Q_INVOKABLE void loadPlugins(Snore::SnorePlugin::PluginTypes types);

View File

@ -150,9 +150,6 @@ enum AppFlags {
} // namespace SnarlEnums
// ----------------------------------------------------------------------------------------
/// SnarlParameterList class definition - Helper class, not meant for broad use
// ----------------------------------------------------------------------------------------
template<class T>
class SnarlParameterList
{