From afaec998c447e55aaf834a8a6cf8362aa073cadc Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 29 Nov 2012 10:41:22 +0100 Subject: Fix print support docs Make sure qdoc generates a correct overview for the module. Change-Id: I6ea95638459201a0bb09f2e645173ade3a36f0e0 Reviewed-by: Jerome Pasion --- src/printsupport/doc/src/qtprintsupport.qdoc | 46 ---------------------------- 1 file changed, 46 deletions(-) delete mode 100644 src/printsupport/doc/src/qtprintsupport.qdoc (limited to 'src/printsupport/doc/src/qtprintsupport.qdoc') diff --git a/src/printsupport/doc/src/qtprintsupport.qdoc b/src/printsupport/doc/src/qtprintsupport.qdoc deleted file mode 100644 index c82c30896d..0000000000 --- a/src/printsupport/doc/src/qtprintsupport.qdoc +++ /dev/null @@ -1,46 +0,0 @@ -/**************************************************************************** -** -** 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 QtPrintSupport Module - \ingroup modules - - \brief The QtPrintSupport module provides classes to make printing - easier and portable. - - 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 -*/ - -- cgit v1.2.3