~ubuntu-branches/ubuntu/wily/u1db-qt/wily

« back to all changes in this revision

Viewing changes to documentation/overview.qdoc

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-08-07 10:28:13 UTC
  • Revision ID: package-import@ubuntu.com-20130807102813-uk4un76xcsoy3n12
Tags: upstream-0.1.5+13.10.20130807
ImportĀ upstreamĀ versionĀ 0.1.5+13.10.20130807

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2013 Canonical, Ltd.
 
3
 *
 
4
 * Authors:
 
5
 *  Christian Dywan <christian.dywan@canonical.com>
 
6
 *
 
7
 * This program is free software; you can redistribute it and/or modify
 
8
 * it under the terms of the GNU Lesser General Public License as published by
 
9
 * the Free Software Foundation; version 3.
 
10
 *
 
11
 * This program is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 * GNU Lesser General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU Lesser General Public License
 
17
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
18
 */
 
19
 
 
20
/*!
 
21
     \page overview.html overview
 
22
     \title All Modules
 
23
     \contentspage {All Modules} {Contents}
 
24
 
 
25
     \part General Topics
 
26
     \list
 
27
     \li \l {Tutorial} gives a quick start guide from storing a document
 
28
     to querying a database and displaying it in \l {Ubuntu User Interface Toolkit}{Ubuntu Components}.
 
29
     \li \l {Design Concepts} provides an overview of the design and
 
30
     terminology.
 
31
     \endlist
 
32
 
 
33
     \part Document Storage
 
34
     Available through:
 
35
     \code
 
36
         import U1db 1.0 as U1db
 
37
     \endcode
 
38
     \annotatedlist modules
 
39
 */