The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1004 B
39 lines
1004 B
<?xml version="1.0"?> |
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" |
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ |
|
<!ENTITY version SYSTEM "version.xml"> |
|
]> |
|
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude"> |
|
<bookinfo> |
|
<title>Foolib Reference Manual</title> |
|
<releaseinfo> |
|
for Foobar &version; |
|
</releaseinfo> |
|
<authorgroup> |
|
<author> |
|
<firstname>Jonny</firstname> |
|
<surname>Example</surname> |
|
<affiliation> |
|
<address> |
|
<email>unknown@example.com</email> |
|
</address> |
|
</affiliation> |
|
</author> |
|
</authorgroup> |
|
<copyright> |
|
<year>2015</year> |
|
<holder>Foobar corporation holdings ltd</holder> |
|
</copyright> |
|
</bookinfo> |
|
|
|
<reference id="foobar"> |
|
<title>Foobar library</title> |
|
<partintro> |
|
<para> |
|
This part documents Foobar libs. |
|
</para> |
|
</partintro> |
|
<xi:include href="xml/foo.xml"/> |
|
</reference> |
|
|
|
</book>
|
|
|