From cd621c201ca637385c6e3409d5c84ecec5fb5418 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Fri, 16 Sep 2011 14:14:43 +0200 Subject: Move the module qdoc files from qtdoc and split up doc/src. Change-Id: I7d992889379d78e07a0b7023facebd7421cf6d22 Reviewed-on: http://codereview.qt-project.org/5092 Reviewed-by: Qt Sanity Bot Reviewed-by: Jerome Pasion --- doc/src/gui/qtgui.qdoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/src/gui/qtgui.qdoc (limited to 'doc/src/gui/qtgui.qdoc') diff --git a/doc/src/gui/qtgui.qdoc b/doc/src/gui/qtgui.qdoc new file mode 100644 index 0000000000..fd3bcac5a1 --- /dev/null +++ b/doc/src/gui/qtgui.qdoc @@ -0,0 +1,12 @@ +/*! + \module QtGui + \title QtGui Module + \ingroup modules + + \brief The QtGui module extends QtCore with GUI functionality. + + To include the definitions of both modules' classes, use the + following directive: + + \snippet doc/src/snippets/code/doc_src_qtgui.pro 0 +*/ -- cgit v1.2.3