Doc: Fix describing files for additional flags

Change-Id: I799cb938216f8f248e890e218e4c7162c64d31e4
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Nikolai Kosjar
2019-04-18 15:34:41 +02:00
parent 6c4c5cbe1c
commit e570c9f6c4

View File

@@ -133,7 +133,7 @@
\section1 Forwarding Flags to Clang Code Model
The \c {.cxxflags} and \c {.cflags} files contain command line flags for the
Clang code model, one flag per line.
Clang code model on a single line.
For example, specify the \c {-std=c++11} to set the language version
for parsing as C++11.