File tree 4 files changed +24
-4
lines changed 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -371,10 +371,10 @@ namespace quickbook
371
371
372
372
struct escape_unicode_action
373
373
{
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;
378
378
};
379
379
380
380
struct attribute_action
Original file line number Diff line number Diff line change
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
+
1
11
project boost/quickbook/doc ;
2
12
3
13
import boostbook : boostbook ;
Original file line number Diff line number Diff line change 6
6
< body >
7
7
Automatic redirection failed, click this
8
8
< a href ="../../doc/html/quickbook.html "> link</ a >
9
+ < p > Copyright 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 >
9
14
</ body >
10
15
</ html >
Original file line number Diff line number Diff line change
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
+
1
6
// [ example1
2
7
3
8
/* `
You can’t perform that action at this time.
0 commit comments