Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74253 - sandbox/SOC/2011/checks/libs/checks/doc
From: pbristow_at_[hidden]
Date: 2011-09-06 05:26:02


Author: pbristow
Date: 2011-09-06 05:26:01 EDT (Tue, 06 Sep 2011)
New Revision: 74253
URL: http://svn.boost.org/trac/boost/changeset/74253

Log:
Changed name to type .v2 as untyped files cause trouble on MS windows.
Added:
   sandbox/SOC/2011/checks/libs/checks/doc/jamfile.v2
      - copied, changed from r74241, /sandbox/SOC/2011/checks/libs/checks/doc/jamfile
Text files modified:
   sandbox/SOC/2011/checks/libs/checks/doc/jamfile.v2 | 14 ++------------
   1 files changed, 2 insertions(+), 12 deletions(-)

Copied: sandbox/SOC/2011/checks/libs/checks/doc/jamfile.v2 (from r74241, /sandbox/SOC/2011/checks/libs/checks/doc/jamfile)
==============================================================================
--- /sandbox/SOC/2011/checks/libs/checks/doc/jamfile (original)
+++ sandbox/SOC/2011/checks/libs/checks/doc/jamfile.v2 2011-09-06 05:26:01 EDT (Tue, 06 Sep 2011)
@@ -27,7 +27,6 @@
 local BOOST_ROOT = [ os.environ BOOST_ROOT ] ;
 ECHO "os.environ BOOST_ROOT boost-root = " $(BOOST_ROOT) ; # Upper case for the value of environment variable(s).
 # For example: os.environ BOOST_ROOT boost-root = /boost_1_47_0
-
 ECHO "BOOST_ROOT " $(BOOST_ROOT) ;
 path-constant local-boost-root : $(BOOST_ROOT) ; # Or you can access your chosen boost version here.
 ECHO "local-boost-root = " $(local-boost-root) ; # local-boost-root = I:\boost_1_47_0
@@ -182,10 +181,6 @@
     <xsl:param>"boost.doxygen.reftitle=Checks Reference"
 
 ;
- #<doxygen:param>"PREDEFINED=\"BOOST_DEDUCED_TYPENAME=typename\" "
- # See Doxygen configuration for detailed explanation of these options.
- # And if you have (wisely) produced the Doxygen index first using the Wizard,
- # see your doxyfile (which you should save in the project's Doxygen directory).
 
 
 xml checks
@@ -204,21 +199,15 @@
   # Links are relative and trying to make absolute does NOT work.
   # And remember that all links MUST (unless in quotes) use backslash, not forward that is trip char.
 
- # Grep through our stylesheet layer in $(local-boost-root)/tools/boostbook/xsl for xsl:params you can alter.
- # main xsl param reference for docbook http://docbook.sourceforge.net/release/xsl/current/doc/
-
   <xsl:param>boost.root=../../../../../../../boost_trunk # OK but link to I:/boost_trunk/boost.png
 
   # Also control links to admonitions, so need to set separately.
   #<xsl:param>boost.root=../../../../../../../boost_1_47_0 # OK file:///I:/boost_1_48_0/boost.png
   # Quickbook [@boost:/boost/units/detail/utility.hpp] should make it relative to xsl parameter boost.root.
 
- # [@boost:boost.png Boost logo] # xsl parameter boost.root, for example I:/boost_1_48_0/boost.png
-
   # Path for libraries index:
   <xsl:param>boost.libraries=../../../../../../../boost_1_47_0/libs/libraries.htm
   # Use the main Boost stylesheet:
- #<xsl:param>html.stylesheet=$(local-boost-root)/doc/html/boostbook.css #? better
   <xsl:param>html.stylesheet=./boostbook.css # in /doc folder.
 
   # Use the your own local Boost stylesheet:
@@ -238,8 +227,9 @@
 
   <xsl:param>boost.image=Boost # options are: none (no logo), Boost (for boost.png), or your own logo like inspired_by_boost.png
   <xsl:param>boost.image.src=./images/proposed_for_boost.png #
- <xsl:param>boost.image.w=180 # Width of logo in pixels. (JM has W = 162, h = 46)
+ <xsl:param>boost.image.w=180 # Width of logo in pixels.
   <xsl:param>boost.image.h=90 # Height of logo in pixels.
+ # https://svn.boost.org/svn/boost/sandbox/SOC/2011/checks/libs/checks/doc/html/images/proposed_for_boost.png
 
   # HTML options:
   # ------------


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