summaryrefslogtreecommitdiffstats
path: root/src/printsupport/doc/src/qtprintsupport-module.qdoc
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2012-11-29 10:41:22 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 00:48:50 +0100
commitafaec998c447e55aaf834a8a6cf8362aa073cadc (patch)
treece0e6a283aac06994020b43cbc79cb005cc5b73c /src/printsupport/doc/src/qtprintsupport-module.qdoc
parent753a47892588b2dead91b4ce033b1510f1496fe5 (diff)
Fix print support docs
Make sure qdoc generates a correct overview for the module. Change-Id: I6ea95638459201a0bb09f2e645173ade3a36f0e0 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/printsupport/doc/src/qtprintsupport-module.qdoc')
-rw-r--r--src/printsupport/doc/src/qtprintsupport-module.qdoc46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/printsupport/doc/src/qtprintsupport-module.qdoc b/src/printsupport/doc/src/qtprintsupport-module.qdoc
new file mode 100644
index 0000000000..68044114fc
--- /dev/null
+++ b/src/printsupport/doc/src/qtprintsupport-module.qdoc
@@ -0,0 +1,46 @@
+/****************************************************************************
+**
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia. For licensing terms and
+** conditions see http://qt.digia.com/licensing. For further information
+** use the contact form at http://qt.digia.com/contact-us.
+**
+** GNU Free Documentation License Usage
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file. Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: http://www.gnu.org/copyleft/fdl.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+ \module QtPrintSupport
+ \title Qt Print Support Module
+ \brief The Qt PrintSupport module provides classes to make printing easier and portable.
+
+ \ingroup modules
+ \ingroup technology-apis
+
+ To include the definitions of the module's classes, use the
+ following directive:
+
+ \snippet code/doc_src_qtprintsupport.cpp 1
+
+ To link against the module, add this line to your \l qmake \c
+ .pro file:
+
+ \snippet code/doc_src_qtprintsupport.pro 0
+*/
+