From 419c6de73536a4a0bb59d679f8f557635c7cef53 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 6 Feb 2013 08:50:23 +0100 Subject: Doc: replace deprecated QDoc commands The \i and \o commands were replaced with \li and \bold was replaced with \b in QDoc for Qt 5. The \input command was replaced with \include in the docs. Change-Id: I257d1bebb8ebc739ca20e0d29fcf0406ecb14534 Reviewed-by: Oswald Buddenhagen --- src/plugins/cpptools/cpppointerdeclarationformatter.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/cpptools/cpppointerdeclarationformatter.h') diff --git a/src/plugins/cpptools/cpppointerdeclarationformatter.h b/src/plugins/cpptools/cpppointerdeclarationformatter.h index 214e72396c..e43a58bc49 100644 --- a/src/plugins/cpptools/cpppointerdeclarationformatter.h +++ b/src/plugins/cpptools/cpppointerdeclarationformatter.h @@ -55,9 +55,9 @@ typedef Utils::ChangeSet::Range Range; The following constructs are supported: \list - \o Simple declarations - \o Parameters and return types of function declarations and definitions - \o Control flow statements like if, while, for, foreach + \li Simple declarations + \li Parameters and return types of function declarations and definitions + \li Control flow statements like if, while, for, foreach \endlist */ -- cgit v1.2.1