forked from qt-creator/qt-creator
Doc: Fix broken links in Extending Qt Creator Manual
- Move some images from qtcreator\images to qtcreatordev\images - Hide directories from the doc build (these will be added gradually when we fix the docs for the classes in them) - Fix broken links - Add README.md that describes the doc projects in the repo Fixes: QTCREATORBUG-23544 Change-Id: I4fc29d8fbc8b7a0a0f81fa3261f6412c47b9d84e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2016 The Qt Company Ltd.
|
||||
** Copyright (C) 2020 The Qt Company Ltd.
|
||||
** Contact: https://www.qt.io/licensing/
|
||||
**
|
||||
** This file is part of the Qt Creator documentation.
|
||||
@@ -123,7 +123,7 @@
|
||||
For more information on binary compatibility, see
|
||||
\l{http://techbase.kde.org/Policies/Binary_Compatibility_Issues_With_C++}{Binary Compatibility Issues With C++}.
|
||||
|
||||
From the viewpoint of \l{Plugin Specifications} this means that
|
||||
From the viewpoint of \l{Plugin Meta Data}{plugin metadata} this means that:
|
||||
\list
|
||||
\li \QC plugins in patch releases will have the minor release as \c {compatVersion}. For
|
||||
example the plugins from version 3.1.2 will have \c {compatVersion="3.1.0"}.
|
||||
@@ -695,7 +695,7 @@
|
||||
You can add objects to the global object pool via
|
||||
\l{ExtensionSystem::PluginManager::addObject()}, and retrieve objects
|
||||
of a specific type again via
|
||||
\l{ExtensionSystem::PluginManager::getObjects()}. This should mostly
|
||||
\l{ExtensionSystem::PluginManager::getObject()}. This should mostly
|
||||
be used for implementations of \l{Plugin Extension Points}.
|
||||
|
||||
\note Do not put a singleton into the pool, and do not retrieve
|
||||
|
||||
Reference in New Issue
Block a user