Doc: replace deprecated QDoc commands

The \i and \o commands were replaced with \li and
\bold was replaced with \b in QDoc for Qt 5.

The \input command was replaced with \include in the docs.

Change-Id: I257d1bebb8ebc739ca20e0d29fcf0406ecb14534
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
Leena Miettinen
2013-02-06 08:50:23 +01:00
committed by Oswald Buddenhagen
parent 276320caac
commit 419c6de735
133 changed files with 2773 additions and 2773 deletions

View File

@@ -38,15 +38,15 @@
into the plugin manager object pool (e.g. ExtensionSystem::PluginManager::addObject).
Guidelines for implementing:
\list
\o id() is a unique identifier for referencing this page
\o displayName() is the (translated) name for display
\o category() is the unique id for the category that the page should be displayed in
\o displayCategory() is the translated name of the category
\o createPage() is called to retrieve the widget to show in the preferences dialog
\li id() is a unique identifier for referencing this page
\li displayName() is the (translated) name for display
\li category() is the unique id for the category that the page should be displayed in
\li displayCategory() is the translated name of the category
\li createPage() is called to retrieve the widget to show in the preferences dialog
The widget will be destroyed by the widget hierarchy when the dialog closes
\o apply() is called to store the settings. It should detect if any changes have been
\li apply() is called to store the settings. It should detect if any changes have been
made and store those
\o finish() is called directly before the preferences dialog closes
\o matches() is used for the options dialog search filter
\li finish() is called directly before the preferences dialog closes
\li matches() is used for the options dialog search filter
\endlist
*/