summaryrefslogtreecommitdiffstats
path: root/examples/xml/doc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-12-17 15:21:55 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-20 10:37:43 +0100
commit04133551a51213e48fe1972bcbcbdba53e24043b (patch)
tree78ea94fb029f51a49403aade7705af40a418f9c5 /examples/xml/doc
parent4bbfedd35345915cef586c44683d459653c4315e (diff)
Doc: Move XML example documentation to correct location
Moving the examples documentation to resolve doc linking issues. Task-number: QTBUG-34749 Change-Id: I2adb1b5d37911c7df6a78a03741d3d43ab24eafb Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'examples/xml/doc')
-rw-r--r--examples/xml/doc/images/dombookmarks-example.pngbin19405 -> 0 bytes
-rw-r--r--examples/xml/doc/src/dombookmarks.qdoc40
2 files changed, 0 insertions, 40 deletions
diff --git a/examples/xml/doc/images/dombookmarks-example.png b/examples/xml/doc/images/dombookmarks-example.png
deleted file mode 100644
index abacacbbfc..0000000000
--- a/examples/xml/doc/images/dombookmarks-example.png
+++ /dev/null
Binary files differ
diff --git a/examples/xml/doc/src/dombookmarks.qdoc b/examples/xml/doc/src/dombookmarks.qdoc
deleted file mode 100644
index a30f66d94e..0000000000
--- a/examples/xml/doc/src/dombookmarks.qdoc
+++ /dev/null
@@ -1,40 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2013 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$
-**
-****************************************************************************/
-
-/*!
- \example dombookmarks
- \title DOM Bookmarks Example
-
- The DOM Bookmarks example provides a reader for XML Bookmark Exchange Language (XBEL)
- files that uses Qt's DOM-based XML API to read and parse the files. The SAX Bookmarks
- example provides an alternative way to read this type of file.
-
- \image dombookmarks-example.png
-
- See the \l{http://pyxml.sourceforge.net/topics/xbel/}{XML Bookmark Exchange Language
- Resource Page} for more information about XBEL files.
-*/