Fixes: - API documentation for ICore

Details:  - And do some simplification/consistency.
This commit is contained in:
con
2009-01-12 14:41:24 +01:00
parent aedbdd1133
commit 349c055d47
18 changed files with 327 additions and 60 deletions

View File

@@ -54,8 +54,7 @@ enum { debugLeaks = 0 };
/*!
\namespace ExtensionSystem
\brief The ExtensionSystem namespace provides
classes that belong to the core plugin system.
\brief The ExtensionSystem namespace provides classes that belong to the core plugin system.
The basic extension system contains of the plugin manager and its supporting classes,
and the IPlugin interface that must be implemented by plugin providers.