| 
									
										
										
										
											2012-03-13 20:46:27 +00:00
										 |  |  | # Boost.Algorithm | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Copyright (c) 2010-2012 Marshall Clow | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Distributed under the Boost Software License, Version 1.0. | 
					
						
							|  |  |  | # (See accompanying file LICENSE_1_0.txt or copy at | 
					
						
							|  |  |  | # http://www.boost.org/LICENSE_1_0.txt) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Quickbook | 
					
						
							|  |  |  | # ----------------------------------------------------------------------------- | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import os ; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | using quickbook ; | 
					
						
							|  |  |  | using doxygen ; | 
					
						
							|  |  |  | using boostbook ; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | doxygen autodoc  | 
					
						
							|  |  |  |     :  | 
					
						
							| 
									
										
										
										
											2013-05-23 18:28:23 +00:00
										 |  |  |         [ glob ../../../boost/algorithm/*.hpp  | 
					
						
							|  |  |  |                ../../../boost/algorithm/searching/*.hpp | 
					
						
							|  |  |  |                ../../../boost/algorithm/cxx11/*.hpp | 
					
						
							|  |  |  |                ../../../boost/algorithm/cxx14/*.hpp | 
					
						
							|  |  |  |         ] | 
					
						
							| 
									
										
										
										
											2012-03-13 20:46:27 +00:00
										 |  |  |     :  | 
					
						
							|  |  |  |        <doxygen:param>"PREDEFINED=\"BOOST_ALGORITHM_DOXYGEN=1\"" | 
					
						
							|  |  |  |        <doxygen:param>WARNINGS=YES # Default NO, but useful to see warnings, especially in a logfile. | 
					
						
							|  |  |  |     ;  | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | xml algorithm : algorithm.qbk ; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | boostbook standalone | 
					
						
							|  |  |  |   : | 
					
						
							|  |  |  |     algorithm | 
					
						
							|  |  |  |   : | 
					
						
							|  |  |  |     <dependency>autodoc  | 
					
						
							| 
									
										
										
										
											2012-03-27 08:32:21 +00:00
										 |  |  |     <xsl:param>boost.root=../../../.. | 
					
						
							| 
									
										
										
										
											2012-03-13 20:46:27 +00:00
										 |  |  |     <xsl:param>"boost.doxygen.reftitle=Boost.Algorithms C++ Reference" | 
					
						
							|  |  |  |     <xsl:param>chapter.autolabel=0 | 
					
						
							|  |  |  |     <xsl:param>chunk.section.depth=8 | 
					
						
							|  |  |  |     <xsl:param>toc.section.depth=2 | 
					
						
							|  |  |  |     <xsl:param>toc.max.depth=2 | 
					
						
							|  |  |  |     <xsl:param>generate.section.toc.level=1 | 
					
						
							|  |  |  |   ; | 
					
						
							| 
									
										
										
										
											2016-10-07 23:03:40 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | ############################################################################### | 
					
						
							|  |  |  | alias boostdoc | 
					
						
							| 
									
										
										
										
											2016-12-13 19:36:43 +00:00
										 |  |  |     : ../string/doc/string_algo.xml | 
					
						
							| 
									
										
										
										
											2016-10-07 23:03:40 -05:00
										 |  |  |     : | 
					
						
							| 
									
										
										
										
											2016-12-13 19:36:43 +00:00
										 |  |  |     : <dependency>../string/doc//autodoc | 
					
						
							| 
									
										
										
										
											2016-10-07 23:03:40 -05:00
										 |  |  |     : ; | 
					
						
							|  |  |  | explicit boostdoc ; | 
					
						
							| 
									
										
										
										
											2016-12-13 19:36:43 +00:00
										 |  |  | alias boostrelease : standalone ; | 
					
						
							| 
									
										
										
										
											2016-10-07 23:03:40 -05:00
										 |  |  | explicit boostrelease ; |