From 91ca24d0484ba1166fbd31e7f444346f65e5637b Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Fri, 11 Dec 2015 12:44:06 +0100 Subject: Doc: Add a page listing all Qt examples This change depends on the qdoc commit that adds the new \generatelist annotatedexamples feature. Change-Id: I6214e77bef4ddea3ad33ea812f5ffeb78704f744 Reviewed-by: Martin Smith --- doc/src/examples.qdoc | 13 +++++++++++++ doc/src/index.qdoc | 1 + 2 files changed, 14 insertions(+) diff --git a/doc/src/examples.qdoc b/doc/src/examples.qdoc index afd14ee5..2e1c49b0 100644 --- a/doc/src/examples.qdoc +++ b/doc/src/examples.qdoc @@ -191,4 +191,17 @@ To view and run examples provided through the Qt Project, visit the \l{http://wiki.qt.io/Category:Learning::Demos_and_Examples}{Community Examples} page. + + \section1 All Examples + + \l{All Qt Examples} lists all examples categorized by the Qt module they + belong to. +*/ + +/*! +\page qtexamples.html +\title All Qt Examples +\brief List of all the Qt examples + +\generatelist annotatedexamples */ diff --git a/doc/src/index.qdoc b/doc/src/index.qdoc index 1a91030c..49afa47c 100644 --- a/doc/src/index.qdoc +++ b/doc/src/index.qdoc @@ -116,6 +116,7 @@ \endlist \list \li \l{Qt Overviews}{All Qt Overviews} + \li \l{All Qt Examples} \endlist \enddiv \enddiv -- cgit v1.2.1