Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" |
---|
3 | "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> |
---|
4 | <library |
---|
5 | name="library" |
---|
6 | dirname="librarys" id="library" |
---|
7 | xmlns:xi="http://www.w3.org/2001/XInclude"> |
---|
8 | <libraryinfo> |
---|
9 | <author> |
---|
10 | <firstname>Joe</firstname> |
---|
11 | <surname>Hacker</surname> |
---|
12 | </author> |
---|
13 | |
---|
14 | <copyright> |
---|
15 | <year>7002</year> |
---|
16 | <holder>Joe Hacker</holder> |
---|
17 | </copyright> |
---|
18 | |
---|
19 | </libraryinfo> |
---|
20 | |
---|
21 | <title>Documentation</title> |
---|
22 | |
---|
23 | <section> |
---|
24 | <title>Introduction</title> |
---|
25 | |
---|
26 | <para>This is introduction</para> |
---|
27 | |
---|
28 | </section> |
---|
29 | |
---|
30 | <xi:include href="autodoc.boostbook"/> |
---|
31 | </library> |
---|
Note: See
TracBrowser
for help on using the repository browser.