Fix some inspect errors.

[SVN r61057]
This commit is contained in:
Daniel James
2010-04-05 07:24:27 +00:00
parent 0b12c33374
commit d2c6ff1175
4 changed files with 24 additions and 4 deletions

View File

@@ -371,10 +371,10 @@ namespace quickbook
struct escape_unicode_action
{
escape_unicode_action(collector& phrase) : phrase(phrase) {}
void operator()(iterator first, iterator last) const;
collector& phrase;
escape_unicode_action(collector& phrase) : phrase(phrase) {}
void operator()(iterator first, iterator last) const;
collector& phrase;
};
struct attribute_action

View File

@@ -1,3 +1,13 @@
#==============================================================================
# Copyright (c) 2002 2004 2006 Joel de Guzman
# Copyright (c) 2004 Eric Niebler
# http://spirit.sourceforge.net/
#
# Use, modification and distribution is subject to 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)
#==============================================================================
project boost/quickbook/doc ;
import boostbook : boostbook ;

View File

@@ -6,5 +6,10 @@
<body>
Automatic redirection failed, click this
<a href="../../doc/html/quickbook.html">link</a>
<p>Copyright&nbsp;Eric Niebler 2005</p>
<p>Distributed under the Boost Software License, Version 1.0. (See accompanying file
<a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at
<a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>).
</p>
</body>
</html>

View File

@@ -1,3 +1,8 @@
// Copyright 2009 Daniel James.
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or move at http://www.boost.org/LICENSE_1_0.txt)
//[ example1
/*`