summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2010-12-20 12:32:52 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2010-12-20 17:03:55 +0100
commitb33188169bbcdcd32e72b3e4fc719f9e3b1806d0 (patch)
treeabb42cdb551a8a0f4e799cb1001508d8326dd599
parente59e08f4e5d3276f6321eb4576d856432c4832a4 (diff)
downloadqt-creator-b33188169bbcdcd32e72b3e4fc719f9e3b1806d0.tar.gz
Doc: parsing and scanning when opening projects
Task-number: QTCREATORBUG-3383 Reviewed-by: Thorbjorn Lindeijer
-rw-r--r--doc/qtcreator.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index a9f18a06c3..6e13d1ed17 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -2406,6 +2406,12 @@
\endlist
+ Qt Creator parses all the source files in the project and performs a semantic
+ analysis to build up the information that it needs for functions such as
+ navigation and finding usages. Qt Creator also scans for all include files in
+ your include path recursively, so that it can complete them.
+ Progress bars are displayed during parsing and scanning.
+
*/