From e7e40e434430001ebebf20bde88ea2011cd07864 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Fri, 16 Oct 2015 10:54:12 +0200 Subject: Doc: corrected qdoc error missing topic command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed 3 unnecessary ingroup statements plus accompanying generatelist statement Task-number: QTBUG-43810 Change-Id: I54f1e13b7b80afc2529765a177c0fca5090de1e0 Reviewed-by: Topi Reiniƶ Reviewed-by: Martin Smith --- src/quick/doc/src/concepts/input/textinput.qdoc | 7 ++----- .../src/concepts/statesanimations/animations.qdoc | 24 ---------------------- 2 files changed, 2 insertions(+), 29 deletions(-) (limited to 'src') diff --git a/src/quick/doc/src/concepts/input/textinput.qdoc b/src/quick/doc/src/concepts/input/textinput.qdoc index 3965c246da..41508caad6 100644 --- a/src/quick/doc/src/concepts/input/textinput.qdoc +++ b/src/quick/doc/src/concepts/input/textinput.qdoc @@ -26,7 +26,6 @@ ****************************************************************************/ /*! -\ingroup qtquick-text \page qtquick-input-textinput.html \title Qt Quick Text Input Handling and Validators \brief Text input and validation @@ -38,8 +37,6 @@ type will display formatted text onto the screen, the \l TextEdit type will place a multiline line edit onto the screen, and the \l TextInput will place a single editable line field onto the screen. -\generatelist{related} - To learn more about their specific features and properties, visit their respective documentation. @@ -63,11 +60,11 @@ Note that QML parses JavaScript regular expressions, while Qt's */ /*! +\page qtquick-text-validator.html \ingroup qtquick-text-validator \title Qt Quick Text Validators \brief Types that validate text input -The \l{qtquick-concepts-input-text.html} -{Qt Quick Text Input Handling and Validators} page has information about +The \l {Qt Quick Text Input Handling and Validators} page has information about validating user text input. */ diff --git a/src/quick/doc/src/concepts/statesanimations/animations.qdoc b/src/quick/doc/src/concepts/statesanimations/animations.qdoc index ee174d2dad..1a2cff43f4 100644 --- a/src/quick/doc/src/concepts/statesanimations/animations.qdoc +++ b/src/quick/doc/src/concepts/statesanimations/animations.qdoc @@ -295,27 +295,3 @@ Rectangle { \endqml */ - -/*! -\ingroup qtquick-animation-properties -\title Qt Quick Property Animation -\brief Animate property changes - -\generatelist{related} -*/ - -/*! -\ingroup qtquick-animation-control -\title Qt Quick Animation Controls -\brief Control animation sequences - -\generatelist{related} -*/ - -/*! -\ingroup qtquick-animation-modifiers -\title Qt Quick Animation Modifiers -\brief Modify animation sequences - -\generatelist{related} -*/ -- cgit v1.2.3