Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v2/test/boostbook/docs.xml @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 697 bytes
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.