forked from qt-creator/qt-creator
Replace a few \returns by Returns
Change-Id: I09c633e610421f5cc8257b15de60ffa98d890ee0 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user