docs.xml 888 B

123456789101112131415161718192021222324252627282930313233343536
  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. <!-- Copyright 2004 Vladimir Prus -->
  5. <!-- Distributed under the Boost Software License, Version 1.0. -->
  6. <!-- (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -->
  7. <library
  8. name="library"
  9. dirname="librarys" id="library"
  10. xmlns:xi="http://www.w3.org/2001/XInclude">
  11. <libraryinfo>
  12. <author>
  13. <firstname>Joe</firstname>
  14. <surname>Hacker</surname>
  15. </author>
  16. <copyright>
  17. <year>7002</year>
  18. <holder>Joe Hacker</holder>
  19. </copyright>
  20. </libraryinfo>
  21. <title>Documentation</title>
  22. <section>
  23. <title>Introduction</title>
  24. <para>This is introduction</para>
  25. </section>
  26. <xi:include href="autodoc.xml"/>
  27. </library>