forked from qt-creator/qt-creator
Fix developer documentation warnings
With qdoc from Qt 6.8 Change-Id: I8884a53e81e28e2f801f9a76bf9cc082cb831678 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -129,7 +129,7 @@ using namespace Internal;
|
||||
* name.
|
||||
*/
|
||||
|
||||
/*! \enum ReadOnlyFilesDialog::ReadOnlyResult
|
||||
/*! \enum Core::ReadOnlyFilesDialog::ReadOnlyResult
|
||||
This enum holds the operations that are allowed to make the file writable.
|
||||
|
||||
\value RO_Cancel
|
||||
|
||||
@@ -208,7 +208,7 @@ void EditorManagerPlaceHolder::showEvent(QShowEvent *)
|
||||
*/
|
||||
|
||||
/*!
|
||||
\enum EditorManager::OpenEditorFlag
|
||||
\enum Core::EditorManager::OpenEditorFlag
|
||||
|
||||
This enum specifies settings for opening a file in an editor.
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\enum IDocument::OpenResult
|
||||
\enum Core::IDocument::OpenResult
|
||||
|
||||
The OpenResult enum describes whether a file was successfully opened.
|
||||
|
||||
@@ -87,13 +87,13 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\enum IDocument::ReloadSetting
|
||||
\enum Core::IDocument::ReloadSetting
|
||||
|
||||
\internal
|
||||
*/
|
||||
|
||||
/*!
|
||||
\enum IDocument::ChangeTrigger
|
||||
\enum Core::IDocument::ChangeTrigger
|
||||
|
||||
The ChangeTrigger enum describes whether a file was changed from \QC
|
||||
internally or from the outside.
|
||||
@@ -107,7 +107,7 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\enum IDocument::ChangeType
|
||||
\enum Core::IDocument::ChangeType
|
||||
|
||||
The ChangeType enum describes the way in which the file changed.
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\enum IDocument::ReloadFlag
|
||||
\enum Core::IDocument::ReloadFlag
|
||||
|
||||
The ReloadFlag enum describes if a file should be reloaded from disk.
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ public:
|
||||
*/
|
||||
|
||||
/*!
|
||||
\property IMode::enabled
|
||||
\property Core::IMode::enabled
|
||||
|
||||
This property holds whether the mode is enabled.
|
||||
|
||||
@@ -71,7 +71,7 @@ public:
|
||||
*/
|
||||
|
||||
/*!
|
||||
\property IMode::displayName
|
||||
\property Core::IMode::displayName
|
||||
|
||||
This property holds the display name of the mode.
|
||||
|
||||
@@ -79,7 +79,7 @@ public:
|
||||
*/
|
||||
|
||||
/*!
|
||||
\property IMode::icon
|
||||
\property Core::IMode::icon
|
||||
|
||||
This property holds the icon of the mode.
|
||||
|
||||
@@ -88,7 +88,7 @@ public:
|
||||
*/
|
||||
|
||||
/*!
|
||||
\property IMode::priority
|
||||
\property Core::IMode::priority
|
||||
|
||||
This property holds the priority of the mode.
|
||||
|
||||
@@ -99,13 +99,13 @@ public:
|
||||
*/
|
||||
|
||||
/*!
|
||||
\property IMode::id
|
||||
\property Core::IMode::id
|
||||
|
||||
This property holds the ID of the mode.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\property IMode::menu
|
||||
\property Core::IMode::menu
|
||||
|
||||
This property holds the mode's menu.
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace Core {
|
||||
*/
|
||||
|
||||
/*!
|
||||
\enum IOutputPane::Flag
|
||||
\enum Core::IOutputPane::Flag
|
||||
|
||||
This enum type controls the behavior of the output pane when it is requested to show itself.
|
||||
|
||||
|
||||
@@ -884,7 +884,8 @@ void ILocatorFilter::setConfigurable(bool configurable)
|
||||
|
||||
/*!
|
||||
Shows the standard configuration dialog with options for the prefix string
|
||||
and for isIncludedByDefault(). The \a additionalWidget is added at the top.
|
||||
and for isIncludedByDefault(). \a parent is used as the dialog's parent.
|
||||
The \a additionalWidget is added at the top.
|
||||
Ownership of \a additionalWidget stays with the caller, but its parent is
|
||||
reset to \c nullptr.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user