Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51583 - in sandbox/itl/libs/itl: build/cygwin doc
From: afojgo_at_[hidden]
Date: 2009-03-03 18:05:37


Author: jofaber
Date: 2009-03-03 18:05:36 EST (Tue, 03 Mar 2009)
New Revision: 51583
URL: http://svn.boost.org/trac/boost/changeset/51583

Log:
Corrections in docs. Fixed fore/backslash bug in doc/Jamfile. Stable {msvc-9.0, gcc-3.4.4}

Text files modified:
   sandbox/itl/libs/itl/build/cygwin/makefile | 6 +++---
   sandbox/itl/libs/itl/doc/Jamfile.v2 | 8 ++++----
   sandbox/itl/libs/itl/doc/acknowledgments.qbk | 1 +
   sandbox/itl/libs/itl/doc/itl.qbk | 1 +
   4 files changed, 9 insertions(+), 7 deletions(-)

Modified: sandbox/itl/libs/itl/build/cygwin/makefile
==============================================================================
--- sandbox/itl/libs/itl/build/cygwin/makefile (original)
+++ sandbox/itl/libs/itl/build/cygwin/makefile 2009-03-03 18:05:36 EST (Tue, 03 Mar 2009)
@@ -141,7 +141,7 @@
 interval_container:
         $(COMPILE) $(COMPILE_FLAGS) $(INCLUDE) $(interval_container_SOURCES) $(LOAD_FLAGS) -o $(interval_container_TARGET)
 
-#--- project overlap_counter --------------------------------------------------
+#--- project overlap_counter ---------------------------------------------------
 overlap_counter_PATH = $(ITL_EXAMPLE_PATH)/overlap_counter
 overlap_counter_MAIN = $(overlap_counter_PATH)/overlap_counter.cpp
 overlap_counter_SOURCES = $(overlap_counter_MAIN)
@@ -150,7 +150,7 @@
 overlap_counter:
         $(COMPILE) $(COMPILE_FLAGS) $(INCLUDE) $(overlap_counter_SOURCES) $(LOAD_FLAGS) -o $(overlap_counter_TARGET)
 
-#--- project history --------------------------------------------------
+#--- project history -----------------------------------------------------------
 history_PATH = $(ITL_XT_EXAMPLE_PATH)/history
 history_MAIN = $(history_PATH)/history.cpp
 history_SOURCES = $(history_MAIN)
@@ -264,7 +264,7 @@
 template_match:
         $(COMPILE) $(COMPILE_FLAGS) $(INCLUDE) $(template_match_SOURCES) $(LOAD_FLAGS) -o $(template_match_TARGET)
 
-
+#-------------------------------------------------------------------------------
 show_temps:
         find $(ITL_LIBS_PATH) -name \*.pdb; \
         find $(ITL_LIBS_PATH) -name \*.exe; \

Modified: sandbox/itl/libs/itl/doc/Jamfile.v2
==============================================================================
--- sandbox/itl/libs/itl/doc/Jamfile.v2 (original)
+++ sandbox/itl/libs/itl/doc/Jamfile.v2 2009-03-03 18:05:36 EST (Tue, 03 Mar 2009)
@@ -5,7 +5,7 @@
 #
 # 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)
+# http://www.boost.org/LICENSE_1_0.txt)
 
 import doxygen ;
 import quickbook ;
@@ -16,7 +16,7 @@
 
 doxygen itldoc
     :
- [ glob ..\..\..\boost\itl\*.hpp ]
+ [ glob ../../../boost/itl/*.hpp ]
     :
         <doxygen:param>EXTRACT_ALL=YES
         <doxygen:param>HIDE_UNDOC_MEMBERS=NO
@@ -44,8 +44,8 @@
     :
         itl
     :
- <xsl:param>boost.root=..\..\..\..
- <xsl:param>boost.libraries=..\..\..\libraries.htm
+ <xsl:param>boost.root=../../../..
+ <xsl:param>boost.libraries=../../../libraries.htm
         <xsl:param>toc.max.depth=2
         <xsl:param>toc.section.depth=2
         <xsl:param>chunk.section.depth=1

Modified: sandbox/itl/libs/itl/doc/acknowledgments.qbk
==============================================================================
--- sandbox/itl/libs/itl/doc/acknowledgments.qbk (original)
+++ sandbox/itl/libs/itl/doc/acknowledgments.qbk 2009-03-03 18:05:36 EST (Tue, 03 Mar 2009)
@@ -21,5 +21,6 @@
 Interval Template Library by numerous hints and feedbacks on
 the boost mailing list.
 
+
 [endsect]
 

Modified: sandbox/itl/libs/itl/doc/itl.qbk
==============================================================================
--- sandbox/itl/libs/itl/doc/itl.qbk (original)
+++ sandbox/itl/libs/itl/doc/itl.qbk 2009-03-03 18:05:36 EST (Tue, 03 Mar 2009)
@@ -17,6 +17,7 @@
     ]
 ]
 
+
 [/ Macros will be used for links so we have a central place to change them ]
 [def __itv__ [classref boost::itl::interval interval]]
 [def __Itv__ [classref boost::itl::interval Interval]]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk