• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4Copyright Daniel James 2009
5Distributed under the Boost Software License, Version 1.0. (See accompanying
6file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7-->
8
9<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML//EN"
10  "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
11
12<!--
13  xmllint:
14
15  XML_CATALOG_FILES=../../../bin.v2/boostbook_catalog.xml xmllint -noout -valid alt.xml
16
17-->
18
19<library name="Example" id="test.alt" dirname="test/alt">
20  <libraryinfo>
21    <author>
22      <firstname>Daniel</firstname>
23      <surname>James</surname>
24    </author>
25    <librarypurpose>Fictional example</librarypurpose>
26  </libraryinfo>
27
28  <title>Fictional example library, for testing</title>
29
30  <section id="test.alt.tests">
31    <title>Alt Tests</title>
32
33    <para><headername alt="example.hpp">Example header</headername></para>
34    <para>Example header: <headername>example.hpp</headername></para>
35
36    <para><macroname alt="EXAMPLE">Example macro</macroname></para>
37    <para>Example macro: <macroname>EXAMPLE</macroname></para>
38  </section>
39
40  <library-reference>
41    <header name="example.hpp">
42      <macro name="EXAMPLE" kind="functionlike">
43        <purpose>Example macro</purpose>
44      </macro>
45    </header>
46  </library-reference>
47</library>
48