File: Entangle-docs.xml

package info (click to toggle)
entangle 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,836 kB
  • ctags: 3,171
  • sloc: ansic: 18,933; sh: 11,305; makefile: 448; xml: 227; python: 221
file content (69 lines) | stat: -rw-r--r-- 3,061 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
]>
<book id="index">
  <bookinfo>
    <title>Entangle Reference Manual</title>
    <releaseinfo>
      for Entangle 0.1
      The latest version of this documentation can be found on-line at
      <ulink role="online-location" url="http://entangle-project.org/api/index.html">http://entangle-project.org/api/</ulink>.
    </releaseinfo>
  </bookinfo>

  <chapter>
    <title>Entangle Backend</title>
    <xi:include href="xml/entangle-camera.xml"/>
    <xi:include href="xml/entangle-camera-file.xml"/>
    <xi:include href="xml/entangle-camera-list.xml"/>
    <xi:include href="xml/entangle-colour-profile.xml"/>
<!--    <xi:include href="xml/entangle-colour-profile-enums.xml"/> -->
    <xi:include href="xml/entangle-control.xml"/>
    <xi:include href="xml/entangle-control-button.xml"/>
    <xi:include href="xml/entangle-control-choice.xml"/>
    <xi:include href="xml/entangle-control-date.xml"/>
    <xi:include href="xml/entangle-control-group.xml"/>
    <xi:include href="xml/entangle-control-range.xml"/>
    <xi:include href="xml/entangle-control-text.xml"/>
    <xi:include href="xml/entangle-control-toggle.xml"/>
    <xi:include href="xml/entangle-device-manager.xml"/>
    <xi:include href="xml/entangle-image.xml"/>
    <xi:include href="xml/entangle-image-loader.xml"/>
    <xi:include href="xml/entangle-pixbuf.xml"/>
    <xi:include href="xml/entangle-pixbuf-loader.xml"/>
    <xi:include href="xml/entangle-preferences.xml"/>
    <xi:include href="xml/entangle-progress.xml"/>
    <xi:include href="xml/entangle-session.xml"/>
    <xi:include href="xml/entangle-thumbnail-loader.xml"/>
    <xi:include href="xml/entangle-debug.xml"/>
  </chapter>
  <chapter>
    <title>Entangle Frontend</title>
    <xi:include href="xml/entangle-application.xml"/>
    <xi:include href="xml/entangle-camera-manager.xml"/>
    <xi:include href="xml/entangle-camera-picker.xml"/>
    <xi:include href="xml/entangle-camera-support.xml"/>
    <xi:include href="xml/entangle-control-panel.xml"/>
    <xi:include href="xml/entangle-dpms.xml"/>
    <xi:include href="xml/entangle-help-about.xml"/>
    <xi:include href="xml/entangle-image-display.xml"/>
    <xi:include href="xml/entangle-image-histogram.xml"/>
    <xi:include href="xml/entangle-image-popup.xml"/>
    <xi:include href="xml/entangle-image-statusbar.xml"/>
    <xi:include href="xml/entangle-preferences-display.xml"/>
    <xi:include href="xml/entangle-session-browser.xml"/>
  </chapter>
  <chapter id="object-tree">
    <title>Object Hierarchy</title>
     <xi:include href="xml/tree_index.sgml"/>
  </chapter>
  <index id="api-index-full">
    <title>API Index</title>
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  </index>

  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</book>