Boost logo

Boost-Commit :

From: joel_at_[hidden]
Date: 2008-06-30 08:19:02


Author: djowel
Date: 2008-06-30 08:19:01 EDT (Mon, 30 Jun 2008)
New Revision: 46902
URL: http://svn.boost.org/trac/boost/changeset/46902

Log:
renamed files that begin with an unacceptable character
 
Added:
   branches/release/libs/spirit/doc/concepts_template.qbk
      - copied unchanged from r46819, /branches/release/libs/spirit/doc/_concepts_template_.qbk
   branches/release/libs/spirit/doc/reference_template.qbk
      - copied unchanged from r46819, /branches/release/libs/spirit/doc/_reference_template_.qbk
Removed:
   branches/release/libs/spirit/doc/_concepts_template_.qbk
   branches/release/libs/spirit/doc/_reference_template_.qbk

Deleted: branches/release/libs/spirit/doc/_concepts_template_.qbk
==============================================================================
--- branches/release/libs/spirit/doc/_concepts_template_.qbk 2008-06-30 08:19:01 EDT (Mon, 30 Jun 2008)
+++ (empty file)
@@ -1,46 +0,0 @@
-[/==============================================================================
- Copyright (C) 2001-2008 Joel de Guzman
- Copyright (C) 2001-2008 Hartmut Kaiser
-
- 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 XXX]
-
-[heading Description]
-
-Description of XXX concept
-
-[variablelist Notation
- [[`xxx`] [An XXX]]
-]
-
-[heading Valid Expressions]
-
-(For any Forward Sequence the following expressions must be valid:)
-
-In addition to the requirements defined in _XXX-Basic_concept_, for any
-XXX the following must be met:
-
-[table
- [[Expression] [Semantics] [Return type] [Complexity]]
- [[`xxx`] [Semantics of `xxx`] [XXX] [Constant]]
-]
-
-[heading Type Requirements]
-
-[table
- [[Expression] [Requirements]]
- [[`xxx`] [Requirements for `xxx`]]
-]
-
-[heading Invariants]
-
-For any XXX xxx the following invariants always hold:
-
-[heading Models]
-
-Links to models of XXX concept
-
-[endsect]

Deleted: branches/release/libs/spirit/doc/_reference_template_.qbk
==============================================================================
--- branches/release/libs/spirit/doc/_reference_template_.qbk 2008-06-30 08:19:01 EDT (Mon, 30 Jun 2008)
+++ (empty file)
@@ -1,56 +0,0 @@
-[/==============================================================================
- Copyright (C) 2001-2008 Joel de Guzman
- Copyright (C) 2001-2008 Hartmut Kaiser
-
- 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 XXX]
-
-[heading Description]
-
-Description of XXX
-
-[heading Header]
-
- #include <boost/spirit/xxx.hpp>
-
-[heading Synopsis]
-
- template <typename T>
- struct XXX;
-
-[heading Template parameters]
-
-[table
- [[Parameter] [Description] [Default]]
- [[`T`] [What is T] []]
-]
-
-[heading Model of]
-
-Link to concept
-
-[heading Objects]
-
-Objects provided by the library
-
-[variablelist Notation
- [[`xxx`] [An XXX]]
-]
-
-Semantics of an expression is defined only where it differs from, or is not
-defined in _concept-of_XXX_.
-
-[table
- [[Expression] [Semantics] [Return type] [Complexity]]
- [[`xxx`] [Semantics of `xxx`] [XXX] [Constant]]
-]
-
-[heading Example]
-
-Real example code. Use Quickbook import mechanism to link to actual
-working code snippets here.
-
-[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