mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-19 04:22:16 +00:00
Fix some inspect errors.
[SVN r61057]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
@@ -6,5 +6,10 @@
|
||||
<body>
|
||||
Automatic redirection failed, click this
|
||||
<a href="../../doc/html/quickbook.html">link</a>
|
||||
<p>Copyright 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>
|
||||
|
||||
@@ -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
|
||||
|
||||
/*`
|
||||
|
||||
Reference in New Issue
Block a user