blob: b0b8edd565131a9c690d5d499fc3f6d9d88fec15 (
plain)
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
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
<chapter id='sdk-extensible'>
<title>Developing with an Extensible SDK</title>
<para>
This chapter is going to cover all the SDK stuff that is unique
to just the extensible SDK.
</para>
<section id='chap-three-section-one'>
<title>Section One</title>
<para>
Some section of stuff here.
</para>
<section id='chap-three-section-one-one'>
<title>Section One One</title>
<para>
Some section of stuff here.
</para>
</section>
<section id='chap-three-section-one-two'>
<title>Section One Two</title>
<para>
Some section of stuff here.
</para>
</section>
</section>
</chapter>
<!--
vim: expandtab tw=80 ts=4
-->
|