Skip to content

Commit 33b8df8

Browse files
committed
Fix some inspect errors
1 parent 6221bdf commit 33b8df8

File tree

19 files changed

+100
-7
lines changed

19 files changed

+100
-7
lines changed

doc/boost-doc-tools/boost-build.qbk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
[/
2+
Copyright 2013-2018 Daniel James
3+
4+
Distributed under the Boost Software License, Version 1.0.
5+
(See accompanying file LICENSE_1_0.txt or copy at
6+
http://www.boost.org/LICENSE_1_0.txt)
7+
]
8+
19
[chapter Building documentation using Boost Build
210
[id boost_doc_tools.boost_build]
311
[quickbook 1.6]

doc/boost-doc-tools/boost-doc-tools.qbk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
[/
2+
Copyright 2013-2018 Daniel James
3+
4+
Distributed under the Boost Software License, Version 1.0.
5+
(See accompanying file LICENSE_1_0.txt or copy at
6+
http://www.boost.org/LICENSE_1_0.txt)
7+
]
8+
19
[quickbook 1.6]
210
[part Using the Boost documentation tools
311
[id boost_doc_tools]

doc/boost-doc-tools/install.qbk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
[/
2+
Copyright 2013-2018 Daniel James
3+
4+
Distributed under the Boost Software License, Version 1.0.
5+
(See accompanying file LICENSE_1_0.txt or copy at
6+
http://www.boost.org/LICENSE_1_0.txt)
7+
]
8+
19
[chapter Installing Boostbook and Quickbook
210
[id boost_doc_tools.install]
311
[quickbook 1.5]

doc/boost-doc-tools/intro.qbk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
[/
2+
Copyright 2013-2018 Daniel James
3+
4+
Distributed under the Boost Software License, Version 1.0.
5+
(See accompanying file LICENSE_1_0.txt or copy at
6+
http://www.boost.org/LICENSE_1_0.txt)
7+
]
8+
19
[quickbook 1.7]
210
[chapter Introduction
311
[id boost_doc_tools.introduction]

doc/boost-doc-tools/parameters.qbk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
[/
2+
Copyright 2013-2018 Daniel James
3+
4+
Distributed under the Boost Software License, Version 1.0.
5+
(See accompanying file LICENSE_1_0.txt or copy at
6+
http://www.boost.org/LICENSE_1_0.txt)
7+
]
8+
19
[chapter Boostbook and Docbook build parameters
210
[id boost_doc_tools.parameters]
311
[quickbook 1.6]

doc/boost-doc-tools/pdfs.qbk

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
[/
2+
Copyright 2013-2018 Daniel James
3+
4+
Distributed under the Boost Software License, Version 1.0.
5+
(See accompanying file LICENSE_1_0.txt or copy at
6+
http://www.boost.org/LICENSE_1_0.txt)
7+
]
8+
19
[chapter Building PDFs
210
[id boost_doc_tools.pdfs]
311
[source-mode teletype]
@@ -16,7 +24,7 @@ location of the FO processor, for example:
1624
C:/Progra~1/RenderX/xep/xep.bat
1725
:
1826
# path to Java installation, this is ignored if you're using XEP:
19-
C:/PROGRA~1/Java/j2re1.4.2_12
27+
C:/PROGRA~1/Java/j2re1.4.2_12
2028
;
2129

2230
You should now be able to build pdf docs via:

doc/doc-guide.qbk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
[/
2+
Copyright 2013-2018 Daniel James
3+
4+
Distributed under the Boost Software License, Version 1.0.
5+
(See accompanying file LICENSE_1_0.txt or copy at
6+
http://www.boost.org/LICENSE_1_0.txt)
7+
]
8+
19
[quickbook 1.7]
210
[book Boost Documentation Tools]
311

examples/simple-boostbook/Jamfile.v2

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

38
boostbook simple : simple.xml :

examples/simple-boostbook/simple.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
Copyright Daniel James 2013-2018
3+
Distributed under the Boost Software License, Version 1.0. (See accompanying
4+
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5+
-->
6+
17
<?xml version="1.0" encoding="utf-8"?>
28
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
39
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">

examples/simple-quickbook/Jamfile.v2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
# Copyright 2013-2018 Daniel James.
3+
# Distributed under the Boost Software License, Version 1.0. (See accompanying
4+
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5+
16
using boostbook ;
27
using quickbook ;
38

0 commit comments

Comments
 (0)