string_algo.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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 (c) 2002-2006 Pavol Droba.
  5. Subject to 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. -->
  8. <library name="String Algorithms" dirname="algorithm/string" xmlns:xi="http://www.w3.org/2001/XInclude"
  9. id="string_algo" last-revision="$Date$">
  10. <libraryinfo>
  11. <author>
  12. <firstname>Pavol</firstname>
  13. <surname>Droba</surname>
  14. </author>
  15. <copyright>
  16. <year>2002</year>
  17. <year>2003</year>
  18. <year>2004</year>
  19. <holder>Pavol Droba</holder>
  20. </copyright>
  21. <legalnotice>
  22. <para>Use, modification and distribution is subject to the Boost
  23. Software License, Version 1.0. (See accompanying file
  24. <filename>LICENSE_1_0.txt</filename> or copy at <ulink
  25. url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>)
  26. </para>
  27. </legalnotice>
  28. <librarypurpose>
  29. A set of generic string-related algorithms and utilities
  30. </librarypurpose>
  31. <librarycategory name="category:algorithms"/>
  32. <librarycategory name="category:string-text"/>
  33. </libraryinfo>
  34. <title>Boost String Algorithms Library</title>
  35. <xi:include href="intro.xml"/>
  36. <xi:include href="release_notes.xml"/>
  37. <xi:include href="usage.xml"/>
  38. <xi:include href="quickref.xml"/>
  39. <xi:include href="design.xml"/>
  40. <xi:include href="concept.xml"/>
  41. <xi:include href="autodoc.xml"/>
  42. <xi:include href="rationale.xml"/>
  43. <xi:include href="environment.xml"/>
  44. <xi:include href="credits.xml"/>
  45. </library>