Remove class doc from src/plugins/backends/snarl/SnarlInterface.h to prevent it from appearing in the doc
This commit is contained in:
parent
2dc5551b9f
commit
eed8b4e040
|
@ -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);
|
||||
|
||||
|
|
|
@ -150,9 +150,6 @@ enum AppFlags {
|
|||
|
||||
} // namespace SnarlEnums
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
/// SnarlParameterList class definition - Helper class, not meant for broad use
|
||||
// ----------------------------------------------------------------------------------------
|
||||
template<class T>
|
||||
class SnarlParameterList
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue