aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-11-09 12:24:43 +0100
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-11-14 23:47:54 +0100
commitdc569a618981fb6791e08c39295e1e937b381224 (patch)
treef3dbe8075cbfbde4fc7cc707682a779766999246 /examples
parentd7c2c884cf05efefdcbdd922805e1a779ca43e29 (diff)
Doc: Fix qdoc warnings
- Comment out \instantiates entries that refer to private C++ classes - Fix clang-format and regexp warnings Change-Id: I7228538715b9d34ab39e7c0f71155be7a277116a Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc3
-rw-r--r--examples/quickcontrols2/eventcalendar/doc/src/qtquickcontrols2-eventcalendar.qdoc1
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc b/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc
index 5d9cab68c7..990b56715a 100644
--- a/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc
+++ b/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc
@@ -209,7 +209,8 @@ The next line tells \c qmake that we have a collection of
\l {The Qt Resource System}{resources} that should be built into the
executable.
-\printline target.path
+\skipto target
+\printline
This line replaces deployment settings that come with the default project file.
It determines where the example is copied, on running "\c{make install}".
diff --git a/examples/quickcontrols2/eventcalendar/doc/src/qtquickcontrols2-eventcalendar.qdoc b/examples/quickcontrols2/eventcalendar/doc/src/qtquickcontrols2-eventcalendar.qdoc
index 1fe63d2978..16246dd074 100644
--- a/examples/quickcontrols2/eventcalendar/doc/src/qtquickcontrols2-eventcalendar.qdoc
+++ b/examples/quickcontrols2/eventcalendar/doc/src/qtquickcontrols2-eventcalendar.qdoc
@@ -29,7 +29,6 @@
\example eventcalendar
\keyword Qt Quick Controls - Event Calendar
\title Qt Quick Controls - Event Calendar
- \keyword Qt Quick Controls - Event Calendar
\ingroup qtquickcontrols2-examples
\brief A simple event calendar.