Doc: Fix documentation warnings in Extending Qt Creator Manual

Change-Id: Ic9b1644328e10e147c7f08563b8394418a7d7581
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Topi Reinio
2021-11-25 16:11:53 +01:00
committed by Topi Reiniö
parent 2791e20b6e
commit 92984571fe
9 changed files with 33 additions and 50 deletions

View File

@@ -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()
*/