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 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
<?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'">
<!ENTITY % gtkdocentities SYSTEM "xml/gtkdocentities.ent">
%gtkdocentities;
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>&package_name; Reference Manual</title>
<releaseinfo>
for &package_string;.
The latest version of this documentation can be found on-line at
<ulink role="online-location" url="http://[SERVER]/&package_name;/index.html">http://[SERVER]/&package_name;/</ulink>.
</releaseinfo>
</bookinfo>
<chapter>
<title>[Insert title here]</title>
<xi:include href="xml/alignof.xml"/>
<xi:include href="xml/array_size.xml"/>
<xi:include href="xml/autodata.xml"/>
<xi:include href="xml/build_assert.xml"/>
<xi:include href="xml/ccan_config.xml"/>
<xi:include href="xml/check_type.xml"/>
<xi:include href="xml/compiler.xml"/>
<xi:include href="xml/container_of.xml"/>
<xi:include href="xml/coroutine.xml"/>
<xi:include href="xml/cppmagic.xml"/>
<xi:include href="xml/darray.xml"/>
<xi:include href="xml/generator.xml"/>
<xi:include href="xml/hkl.xml"/>
<xi:include href="xml/hkl-axis-private.xml"/>
<xi:include href="xml/hkl-detector-private.xml"/>
<xi:include href="xml/hkl-factory-private.xml"/>
<xi:include href="xml/hkl-geometry-private.xml"/>
<xi:include href="xml/hkl-interval-private.xml"/>
<xi:include href="xml/hkl-lattice-private.xml"/>
<xi:include href="xml/hkl-macros-private.xml"/>
<xi:include href="xml/hkl-matrix-private.xml"/>
<xi:include href="xml/hkl-parameter-private.xml"/>
<xi:include href="xml/hkl-pseudoaxis-auto-private.xml"/>
<xi:include href="xml/hkl-pseudoaxis-common-eulerians-private.xml"/>
<xi:include href="xml/hkl-pseudoaxis-common-hkl-private.xml"/>
<xi:include href="xml/hkl-pseudoaxis-common-private.xml"/>
<xi:include href="xml/hkl-pseudoaxis-common-psi-private.xml"/>
<xi:include href="xml/hkl-pseudoaxis-common-q-private.xml"/>
<xi:include href="xml/hkl-pseudoaxis-common-readonly-private.xml"/>
<xi:include href="xml/hkl-pseudoaxis-common-tth-private.xml"/>
<xi:include href="xml/hkl-pseudoaxis-private.xml"/>
<xi:include href="xml/hkl-quaternion-private.xml"/>
<xi:include href="xml/hkl-sample-private.xml"/>
<xi:include href="xml/hkl-source-private.xml"/>
<xi:include href="xml/hkl-trajectory-private.xml"/>
<xi:include href="xml/hkl-type-builtins.xml"/>
<xi:include href="xml/hkl-types.xml"/>
<xi:include href="xml/hkl-unit-private.xml"/>
<xi:include href="xml/hkl-vector-private.xml"/>
<xi:include href="xml/list.xml"/>
<xi:include href="xml/noerr.xml"/>
<xi:include href="xml/ptr_valid.xml"/>
<xi:include href="xml/ptrint.xml"/>
<xi:include href="xml/str.xml"/>
<xi:include href="xml/str_debug.xml"/>
<xi:include href="xml/typesafe_cb.xml"/>
</chapter>
<!-- enable this when you use gobject types
<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>
<index id="deprecated-api-index" role="deprecated">
<title>Index of deprecated API</title>
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
</index>
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</book>
|