|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62391 - in sandbox/SOC/2010/bit_masks: boost/integer lib/integer/doc
From: bbartmanboost_at_[hidden]
Date: 2010-06-02 16:00:47
Author: bbartman
Date: 2010-06-02 16:00:44 EDT (Wed, 02 Jun 2010)
New Revision: 62391
URL: http://svn.boost.org/trac/boost/changeset/62391
Log:
working on creating documentation for my project
Text files modified:
sandbox/SOC/2010/bit_masks/boost/integer/bit_mask_group.hpp | 1 +
sandbox/SOC/2010/bit_masks/boost/integer/integral_mask.hpp | 2 +-
sandbox/SOC/2010/bit_masks/lib/integer/doc/Jamfile.v2 | 12 ++++++------
sandbox/SOC/2010/bit_masks/lib/integer/doc/bit_masks.qbk | 5 +----
4 files changed, 9 insertions(+), 11 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/boost/integer/bit_mask_group.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/bit_mask_group.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/bit_mask_group.hpp 2010-06-02 16:00:44 EDT (Wed, 02 Jun 2010)
@@ -126,6 +126,7 @@
mpl::vector<>,
mpl::map<>
>::
+ template add<Mask1>::type::
template add<Mask2>::type::
template add<Mask3>::type::
template add<Mask4>::type::
Modified: sandbox/SOC/2010/bit_masks/boost/integer/integral_mask.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/integral_mask.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/integral_mask.hpp 2010-06-02 16:00:44 EDT (Wed, 02 Jun 2010)
@@ -33,7 +33,7 @@
{
typedef integral_mask<T,Value> type;
- operator T() const{
+ operator T() const {
return type::value;
}
Modified: sandbox/SOC/2010/bit_masks/lib/integer/doc/Jamfile.v2
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/doc/Jamfile.v2 (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/doc/Jamfile.v2 2010-06-02 16:00:44 EDT (Wed, 02 Jun 2010)
@@ -26,11 +26,11 @@
# How far down we go with TOC's
<xsl:param>generate.section.toc.level=4
# Path for links to Boost:
- <xsl:param>boost.root=../../../..
+ <xsl:param>boost.root=$(BOOST_ROOT)
# Path for libraries index:
- <xsl:param>boost.libraries=../../../../libs/libraries.htm
+ <xsl:param>boost.libraries=$(BOOST_ROOT)/libs/libraries.htm
# Use the main Boost stylesheet:
- <xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
+ <xsl:param>html.stylesheet=$(BOOST_ROOT)/doc/html/boostbook.css
# PDF Options:
# TOC Generation: this is needed for FOP-0.9 and later:
@@ -50,9 +50,9 @@
# Set this one for PDF generation *only*:
# default pnd graphics are awful in PDF form,
# better use SVG's instead:
- <format>pdf:<xsl:param>admon.graphics.extension=".svg"
- <format>pdf:<xsl:param>admon.graphics.path=$(boost-images)/
- <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/regex/doc/html
+ #<format>pdf:<xsl:param>admon.graphics.extension=".svg"
+ #<format>pdf:<xsl:param>admon.graphics.path=$(boost-images)/
+ #<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/regex/doc/html
;
install pdf-install : standalone : <location>. <install-type>PDF ;
Modified: sandbox/SOC/2010/bit_masks/lib/integer/doc/bit_masks.qbk
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/doc/bit_masks.qbk (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/doc/bit_masks.qbk 2010-06-02 16:00:44 EDT (Wed, 02 Jun 2010)
@@ -1,4 +1,4 @@
-[article Boost.Integer
+[article Boost.Integer Bits Masks extention
[quickbook 1.5]
[copyright 2010 Brian Bartman]
[purpose Bit Mask Selection]
@@ -30,9 +30,6 @@
[endsect]
-[section Overview]
-[endsect]
-
[section:example Example]
[endsect]
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