forked from qt-creator/qt-creator
Doc: Use "which" in clauses that add supporting information
Fixes: QTCREATORBUG-28364 Change-Id: I98bbff1886fc63d024dd9ce57720274b598bf6de Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
\title Checking Code Coverage
|
\title Checking Code Coverage
|
||||||
|
|
||||||
\l{https://doc.qt.io/coco/}{Coco} is a complete code coverage tool chain for
|
\l{https://doc.qt.io/coco/}{Coco} is a complete code coverage tool chain for
|
||||||
Tcl, QML, C# and C/C++ programs that runs on \macOS, Linux, and Windows.
|
Tcl, QML, C# and C/C++ programs, which runs on \macOS, Linux, and Windows.
|
||||||
|
|
||||||
Coco analyzes the way an application runs, as part of a test suite,
|
Coco analyzes the way an application runs, as part of a test suite,
|
||||||
for example. The results enable you to make the tests more efficient and
|
for example. The results enable you to make the tests more efficient and
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
The experimental Coco plugin integrates Coco CoverageBrowser into \QC.
|
The experimental Coco plugin integrates Coco CoverageBrowser into \QC.
|
||||||
It enables you to analyze the test coverage by loading an instrumentation
|
It enables you to analyze the test coverage by loading an instrumentation
|
||||||
database (a .csmes file) that was generated by Coco CoverageScanner.
|
database (a .csmes file), which was generated by Coco CoverageScanner.
|
||||||
It is currently supported only on Windows, with Coco version 6.0,
|
It is currently supported only on Windows, with Coco version 6.0,
|
||||||
or later.
|
or later.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user