Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62388 - sandbox/SOC/2010/bit_masks/lib/integer/doc
From: bbartmanboost_at_[hidden]
Date: 2010-06-02 15:48:44


Author: bbartman
Date: 2010-06-02 15:48:42 EDT (Wed, 02 Jun 2010)
New Revision: 62388
URL: http://svn.boost.org/trac/boost/changeset/62388

Log:
adding a file for documentation
Added:
   sandbox/SOC/2010/bit_masks/lib/integer/doc/bit_masks.qbk (contents, props changed)
Text files modified:
   sandbox/SOC/2010/bit_masks/lib/integer/doc/Jamfile.v2 | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

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 15:48:42 EDT (Wed, 02 Jun 2010)
@@ -7,10 +7,10 @@
 
 using quickbook ;
 
-xml integer : integer.qbk ;
+xml bit_masks_doc : bit_masks.qbk ;
 boostbook standalone
     :
- integer
+ bit_masks_doc
     :
         # HTML options first:
         # Use graphics not text for navigation:

Added: sandbox/SOC/2010/bit_masks/lib/integer/doc/bit_masks.qbk
==============================================================================
--- (empty file)
+++ sandbox/SOC/2010/bit_masks/lib/integer/doc/bit_masks.qbk 2010-06-02 15:48:42 EDT (Wed, 02 Jun 2010)
@@ -0,0 +1,45 @@
+[article Boost.Integer
+ [quickbook 1.5]
+ [copyright 2010 Brian Bartman]
+ [purpose Integer Type Selection]
+ [license
+ 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])
+ ]
+ [authors [Bartman, Brian]]
+]
+
+[template super[x]'''<superscript>'''[x]'''</superscript>''']
+
+[section:overview Overview]
+
+# Note to self: Add file documentation here.
+# Add all header/source files here (there shouldn't need
+# to be any source files as of yet)
+
+
+[table
+ [[Component][Header][Purpose]]
+ [
+ [Forward Declarations.]
+ [[^[@../../../../boost/integer_fwd.hpp <boost/integer_fwd.hpp>]]]
+ [Forward declarations of classes and class templates - for use when just the name of a class is needed.]
+ ]
+]
+
+[endsect]
+
+[section Overview]
+
+
+[endsect]
+
+[section:rationale Rationale]
+
+[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