forked from qt-creator/qt-creator
ExtensionSystem: fix variable name in API reference
Change-Id: Ifd476bc69b61b852177b1a93467dd9b1888b4efd Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -36,12 +36,12 @@ namespace ExtensionSystem {
|
||||
\inheaderfile extensionsystem/pluginspec.h
|
||||
\inmodule QtCreator
|
||||
|
||||
\brief The PluginDependency class contains the name and required compatible
|
||||
\brief The PluginDependency class contains the ID and required compatible
|
||||
version number of a plugin's dependency.
|
||||
|
||||
This reflects the data of a dependency object in the plugin's meta data.
|
||||
The name and version are used to resolve the dependency. That is,
|
||||
a plugin with the given name and
|
||||
The ID and version are used to resolve the dependency. That is,
|
||||
a plugin with the given ID and
|
||||
plugin \c {compatibility version <= dependency version <= plugin version} is searched for.
|
||||
|
||||
See also ExtensionSystem::IPlugin for more information about plugin dependencies and
|
||||
@@ -49,7 +49,7 @@ namespace ExtensionSystem {
|
||||
*/
|
||||
|
||||
/*!
|
||||
\variable ExtensionSystem::PluginDependency::name
|
||||
\variable ExtensionSystem::PluginDependency::id
|
||||
String identifier of the plugin.
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user