* some fixes for the doc generation
[modest] / docs / reference / modest-docs.sgml
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
3           "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4
5 <!ENTITY ModestAccountMgr SYSTEM "xml/modest-account-mgr.xml">
6 <!ENTITY ModestConf SYSTEM "xml/modest-conf.xml">
7 <!ENTITY ModestDefs SYSTEM "xml/modest-defs.xml">
8 <!ENTITY ModestError SYSTEM "xml/modest-error.xml">
9 <!ENTITY ModestFormatter SYSTEM "xml/modest-formatter.xml">
10 <!ENTITY ModestIconNames SYSTEM "xml/modest-icon-names.xml">
11 <!ENTITY ModestMailOperation SYSTEM "xml/modest-mail-operation.xml">
12 <!ENTITY ModestMailOperationQueue SYSTEM "xml/modest-mail-operation-queue.xml">
13 <!ENTITY ModestMarshal SYSTEM "xml/modest-marshal.xml">
14 <!ENTITY ModestPair SYSTEM "xml/modest-pair.xml">
15 <!ENTITY ModestProtocolInfo SYSTEM "xml/modest-protocol-info.xml">
16 <!ENTITY ModestTextUtils SYSTEM "xml/modest-text-utils.xml">
17 <!ENTITY ModestTnyAccountStore SYSTEM "xml/modest-tny-account-store.xml">
18 <!ENTITY ModestTnyFolder SYSTEM "xml/modest-tny-folder.xml">
19 <!ENTITY ModestTnyPlatformFactory SYSTEM "xml/modest-tny-platform-factory.xml">
20 <!ENTITY ModestWidgetMemory SYSTEM "xml/modest-widget-memory.xml">
21
22 <!ENTITY widgets-ModestAccountView SYSTEM "xml/modest-account-view.xml">
23 <!ENTITY widgets-ModestComboBox SYSTEM "xml/modest-combo-box.xml">
24 <!ENTITY widgets-ModestFolderView SYSTEM "xml/modest-folder-view.xml">
25 <!ENTITY widgets-ModestHeaderView SYSTEM "xml/modest-header-view.xml">
26 <!ENTITY widgets-ModestMainWindow SYSTEM "xml/modest-main-window.xml">
27 <!ENTITY widgets-ModestMsgView SYSTEM "xml/modest-msg-view.xml">
28
29 <!-- <!ENTITY index-Object-Tree SYSTEM "xml/tree_index.sgml"> -->
30
31 <!ENTITY preface SYSTEM "modest-preface.sgml">
32 <!ENTITY architecture SYSTEM "modest-architecture.sgml">
33 <!ENTITY design SYSTEM "modest-design.sgml">
34 <!ENTITY coding-guidelines SYSTEM "modest-coding-guidelines.sgml">
35
36 ]>
37
38 <book id="index">
39   <bookinfo>
40     <title>modest technical documentation</title>
41     <copyright>
42       <year>2006, 2007</year>
43       <holder>Nokia Corporation</holder>
44     </copyright>
45   </bookinfo>
46
47   &preface;
48
49   &architecture;
50   
51   &design;
52   
53   &coding-guidelines;
54   
55 <!--
56   <reference>
57     <title>Object Index</title>
58       &index-Object-Tree;
59   </reference>
60 -->
61   <reference>
62     <title>API Reference</title>
63       <chapter id="src">
64         <title>Modest</title>
65           &ModestAccountMgr;
66           &ModestConf;
67           &ModestDefs;
68           &ModestError;
69           &ModestFormatter;
70           &ModestIconNames;
71           &ModestMailOperation;
72           &ModestMailOperationQueue;
73           &ModestMarshal;
74           &ModestPair;
75           &ModestProtocolInfo;
76           &ModestTextUtils;
77           &ModestTnyAccountStore;
78           &ModestTnyFolder;
79           &ModestTnyPlatformFactory;
80           &ModestWidgetMemory;
81       </chapter>
82       <chapter id="widgets">
83         <title>Widgets</title>
84           &widgets-ModestAccountView;
85           &widgets-ModestComboBox;
86           &widgets-ModestFolderView;
87           &widgets-ModestHeaderView;
88           &widgets-ModestMainWindow;
89           &widgets-ModestMsgView;
90       </chapter>
91       <chapter id="gtk">
92         <title>Gtk</title>
93           &gtk-ModestAccountViewWindow;
94           &gtk-ModestAccountAssistant;
95           &gtk-ModestMsgEditWindow;
96           &gtk-ModestStoreWidget;
97           &gtk-modestTransportWidget;
98       </chapter>
99   </reference>
100
101
102   <index>
103     <title>Index</title>
104   </index>
105
106 </book>