Boost logo

Boost-Commit :

From: asutton_at_[hidden]
Date: 2007-07-18 19:48:17


Author: asutton
Date: 2007-07-18 19:48:17 EDT (Wed, 18 Jul 2007)
New Revision: 7472
URL: http://svn.boost.org/trac/boost/changeset/7472

Log:
Stubbing out stl docs

Added:
   sandbox/SOC/2007/graphs/libs/std/doc/concepts/
   sandbox/SOC/2007/graphs/libs/std/doc/concepts/concepts.qbk
   sandbox/SOC/2007/graphs/libs/std/doc/concepts/containers/
   sandbox/SOC/2007/graphs/libs/std/doc/concepts/iterators/
   sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/
   sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/assignable.qbk
   sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/copy_constructible.qbk
   sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/default_constructible.qbk
   sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/equality_comparable.qbk
   sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/less_than_comparable.qbk
   sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/utilities.qbk
   sandbox/SOC/2007/graphs/libs/std/doc/reference/
   sandbox/SOC/2007/graphs/libs/std/doc/std.qbk

Added: sandbox/SOC/2007/graphs/libs/std/doc/concepts/concepts.qbk
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/graphs/libs/std/doc/concepts/concepts.qbk 2007-07-18 19:48:17 EDT (Wed, 18 Jul 2007)
@@ -0,0 +1,20 @@
+[/
+ / Copyright (c) 2007 Andrew Sutton
+ /
+ / 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)
+ /]
+
+[section Concepts]
+
+[section Utilities]
+[include utilities/utilities.qbk
+[endsect]
+
+[section Containers]
+[endsect]
+
+[section Iterators]
+[endsect]
+
+[endsect]
\ No newline at end of file

Added: sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/assignable.qbk
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/assignable.qbk 2007-07-18 19:48:17 EDT (Wed, 18 Jul 2007)
@@ -0,0 +1,10 @@
+[/
+ / Copyright (c) 2007 Andrew Sutton
+ /
+ / 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)
+ /]
+
+[section Assignable]
+
+[endsect]
\ No newline at end of file

Added: sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/copy_constructible.qbk
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/copy_constructible.qbk 2007-07-18 19:48:17 EDT (Wed, 18 Jul 2007)
@@ -0,0 +1,10 @@
+[/
+ / Copyright (c) 2007 Andrew Sutton
+ /
+ / 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)
+ /]
+
+[section Copy Constructible]
+
+[endsect]
\ No newline at end of file

Added: sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/default_constructible.qbk
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/default_constructible.qbk 2007-07-18 19:48:17 EDT (Wed, 18 Jul 2007)
@@ -0,0 +1,10 @@
+[/
+ / Copyright (c) 2007 Andrew Sutton
+ /
+ / 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)
+ /]
+
+[section Default Constructible]
+
+[endsect]
\ No newline at end of file

Added: sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/equality_comparable.qbk
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/equality_comparable.qbk 2007-07-18 19:48:17 EDT (Wed, 18 Jul 2007)
@@ -0,0 +1,10 @@
+[/
+ / Copyright (c) 2007 Andrew Sutton
+ /
+ / 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)
+ /]
+
+[section Equality Comparable]
+
+[endsect]
\ No newline at end of file

Added: sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/less_than_comparable.qbk
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/less_than_comparable.qbk 2007-07-18 19:48:17 EDT (Wed, 18 Jul 2007)
@@ -0,0 +1,10 @@
+[/
+ / Copyright (c) 2007 Andrew Sutton
+ /
+ / 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)
+ /]
+
+[section Less Than Comparable]
+
+[endsect]
\ No newline at end of file

Added: sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/utilities.qbk
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/graphs/libs/std/doc/concepts/utilities/utilities.qbk 2007-07-18 19:48:17 EDT (Wed, 18 Jul 2007)
@@ -0,0 +1,16 @@
+[/
+ / Copyright (c) 2007 Andrew Sutton
+ /
+ / 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)
+ /]
+
+Utility concepts include concepts that can be applied to almost
+any data type (both built-in and user-defined).
+
+[inlcude default_constructible.qbk]
+[include copy_constructible.qbk]
+[inlcude assignable.qbk]
+
+[include equality_comparable.qbk]
+[include less_than_comparable.qbk]
\ No newline at end of file

Added: sandbox/SOC/2007/graphs/libs/std/doc/std.qbk
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/graphs/libs/std/doc/std.qbk 2007-07-18 19:48:17 EDT (Wed, 18 Jul 2007)
@@ -0,0 +1,27 @@
+[/
+ / Copyright (c) 2007 Andrew Sutton
+ /
+ / 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)
+ /]
+
+[library Std
+ [quickbook 1.3]
+ [authors [Andrew Sutton]
+ [copyright 2007 Andrew Sutton]
+ [category std]
+ [id std]
+ [dirname std]
+ [purpose
+ The Standard Template Library
+ ]
+ [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])
+ ]
+]
+
+[/ Contents ]
+[include concepts/concepts.qbk]
+[include reference/reference.qbk]
\ No newline at end of file


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