From f493324066e1b1763929799a32eacd1e567e9a23 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 24 Jul 2018 10:14:02 +0200 Subject: qdoc: Fix CONFIG documentation table Amends 591edbb11c Change-Id: Ic31d733a1f2d386daa05afa865cb61a987f45578 Reviewed-by: Allan Sandfeld Jensen Reviewed-by: Oswald Buddenhagen --- qmake/doc/src/qmake-manual.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qmake') diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index 202c2a8561..fa907ef57f 100644 --- a/qmake/doc/src/qmake-manual.qdoc +++ b/qmake/doc/src/qmake-manual.qdoc @@ -962,7 +962,7 @@ \row \li c11 \li C11 support is enabled. This option has no effect if the compiler does not support C11, or can't select the C standard. By default, the compiler default is used. - \row \li strict_c Disables support for C compiler extensions. + \row \li strict_c \li Disables support for C compiler extensions. By default, they are enabled. \row \li c++11 \li C++11 support is enabled. This option has no effect if the compiler does not support C++11, or can't select the C++ standard. @@ -973,7 +973,7 @@ \row \li c++1z \li C++17 support is enabled. This option has no effect if the compiler does not support C++17, or can't select the C++ standard. By default, support is disabled. - \row \li strict_c++ Disables support for C++ compiler extensions. + \row \li strict_c++ \li Disables support for C++ compiler extensions. By default, they are enabled. \row \li depend_includepath \li Appending the value of INCLUDEPATH to DEPENDPATH is enabled. Set by default. -- cgit v1.2.3