Skip to content

Commit d2c6ff1

Browse files
committed
Fix some inspect errors.
[SVN r61057]
1 parent 0b12c33 commit d2c6ff1

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

detail/actions.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,10 +371,10 @@ namespace quickbook
371371

372372
struct escape_unicode_action
373373
{
374-
escape_unicode_action(collector& phrase) : phrase(phrase) {}
375-
void operator()(iterator first, iterator last) const;
376-
377-
collector& phrase;
374+
escape_unicode_action(collector& phrase) : phrase(phrase) {}
375+
void operator()(iterator first, iterator last) const;
376+
377+
collector& phrase;
378378
};
379379

380380
struct attribute_action

doc/Jamfile.v2

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
#==============================================================================
2+
# Copyright (c) 2002 2004 2006 Joel de Guzman
3+
# Copyright (c) 2004 Eric Niebler
4+
# http://spirit.sourceforge.net/
5+
#
6+
# Use, modification and distribution is subject to the Boost Software
7+
# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
8+
# http://www.boost.org/LICENSE_1_0.txt)
9+
#==============================================================================
10+
111
project boost/quickbook/doc ;
212

313
import boostbook : boostbook ;

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@
66
<body>
77
Automatic redirection failed, click this
88
<a href="../../doc/html/quickbook.html">link</a>
9+
<p>Copyright&nbsp;Eric Niebler 2005</p>
10+
<p>Distributed under the Boost Software License, Version 1.0. (See accompanying file
11+
<a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at
12+
<a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>).
13+
</p>
914
</body>
1015
</html>

test/callouts.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
// Copyright 2009 Daniel James.
3+
// Distributed under the Boost Software License, Version 1.0. (See accompanying
4+
// file LICENSE_1_0.txt or move at http://www.boost.org/LICENSE_1_0.txt)
5+
16
//[ example1
27

38
/*`

0 commit comments

Comments
 (0)