forked from qt-creator/qt-creator
Doc: Fix documentation warnings in Extending Qt Creator Manual
Change-Id: Ic9b1644328e10e147c7f08563b8394418a7d7581 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -607,7 +607,7 @@ QList<IDocument *> DocumentManager::modifiedDocuments()
|
||||
}
|
||||
|
||||
/*!
|
||||
Treats any subsequent change to \a fileName as an expected file change.
|
||||
Treats any subsequent change to \a filePath as an expected file change.
|
||||
|
||||
\sa unexpectFileChange()
|
||||
*/
|
||||
@@ -631,7 +631,7 @@ static void updateExpectedState(const FilePath &filePathKey)
|
||||
}
|
||||
|
||||
/*!
|
||||
Considers all changes to \a fileName unexpected again.
|
||||
Considers all changes to \a filePath unexpected again.
|
||||
|
||||
\sa expectFileChange()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user