forked from boostorg/algorithm
		
	
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
 | |
| "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
 | |
| <library name="String Algorithms" dirname="algorithm/string" xmlns:xi="http://www.w3.org/2001/XInclude" 
 | |
|     id="string_algo" last-revision="$Date$">
 | |
|     <libraryinfo>
 | |
|         <author>
 | |
|             <firstname>Pavol</firstname>
 | |
|             <surname>Droba</surname>
 | |
|         </author>
 | |
| 
 | |
|         <copyright>
 | |
|             <year>2002</year>
 | |
|             <year>2003</year>
 | |
|             <year>2004</year>
 | |
|             <holder>Pavol Droba</holder>
 | |
|         </copyright>
 | |
| 
 | |
|         <legalnotice>
 | |
|             <para>Use, modification and distribution is subject to the Boost
 | |
|                 Software License, Version 1.0. (See accompanying file
 | |
|                 <filename>LICENSE_1_0.txt</filename> or copy at <ulink
 | |
|                     url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>)
 | |
|             </para>
 | |
|         </legalnotice>
 | |
| 
 | |
|         <librarypurpose>
 | |
|             A set of generic string-related algorithms and utilities
 | |
|         </librarypurpose> 
 | |
|         <librarycategory name="category:algoritms"/>
 | |
|         <librarycategory name="category:string-text"/>
 | |
|     </libraryinfo>
 | |
| 
 | |
|     <title>Boost String Algorithms Library</title>  
 | |
|     <xi:include href="intro.xml"/>
 | |
|     <xi:include href="usage.xml"/>
 | |
|     <xi:include href="quickref.xml"/>
 | |
|     <xi:include href="design.xml"/>
 | |
|     <xi:include href="concept.xml"/>
 | |
|     <xi:include href="autodoc.boostbook"/>
 | |
|     <xi:include href="rationale.xml"/>
 | |
|     <xi:include href="environment.xml"/>
 | |
|     <xi:include href="credits.xml"/>
 | |
| </library>
 | |
| 
 |