diff options
| author | hjk <hjk@qt.io> | 2023-03-24 12:07:30 +0100 |
|---|---|---|
| committer | hjk <hjk@qt.io> | 2023-03-24 14:51:55 +0000 |
| commit | 884a1d6f944b1334fb1350f426944993eaaf72af (patch) | |
| tree | d59e899d9c1fc399fee75a3bce633b2f8a9d1203 /src/plugins/cppeditor/cppmodelmanager.cpp | |
| parent | 623a7fa358d0b616d69c9ddb344ab1351970b8e2 (diff) | |
| download | qt-creator-884a1d6f944b1334fb1350f426944993eaaf72af.tar.gz | |
Replace a few \returns by Returns
Change-Id: I09c633e610421f5cc8257b15de60ffa98d890ee0
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/cppmodelmanager.cpp')
| -rw-r--r-- | src/plugins/cppeditor/cppmodelmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppmodelmanager.cpp b/src/plugins/cppeditor/cppmodelmanager.cpp index 27984cce88..4f482e6c6d 100644 --- a/src/plugins/cppeditor/cppmodelmanager.cpp +++ b/src/plugins/cppeditor/cppmodelmanager.cpp @@ -1000,7 +1000,7 @@ Document::Ptr CppModelManager::document(const FilePath &filePath) const /// Replace the document in the snapshot. /// -/// \returns true if successful, false if the new document is out-dated. +/// Returns true if successful, false if the new document is out-dated. bool CppModelManager::replaceDocument(Document::Ptr newDoc) { QMutexLocker locker(&d->m_snapshotMutex); |
