From 33b8df87bf20c538dc5218c13a45c43f5d4f4eda Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 10 Jan 2018 13:53:38 +0000 Subject: [PATCH] Fix some inspect errors --- doc/boost-doc-tools/boost-build.qbk | 8 ++++++++ doc/boost-doc-tools/boost-doc-tools.qbk | 8 ++++++++ doc/boost-doc-tools/install.qbk | 8 ++++++++ doc/boost-doc-tools/intro.qbk | 8 ++++++++ doc/boost-doc-tools/parameters.qbk | 8 ++++++++ doc/boost-doc-tools/pdfs.qbk | 10 +++++++++- doc/doc-guide.qbk | 8 ++++++++ examples/simple-boostbook/Jamfile.v2 | 5 +++++ examples/simple-boostbook/simple.xml | 6 ++++++ examples/simple-quickbook/Jamfile.v2 | 5 +++++ examples/simple-quickbook/simple.qbk | 8 ++++++++ examples/standalone-quickbook/Jamfile.v2 | 5 +++++ examples/standalone-quickbook/simple.qbk | 8 ++++++++ src/boostbook_chunker.cpp | 2 +- src/boostbook_chunker.hpp | 2 +- src/html_printer.cpp | 2 +- src/html_printer.hpp | 2 +- src/tree.cpp | 2 +- src/tree.hpp | 2 +- 19 files changed, 100 insertions(+), 7 deletions(-) diff --git a/doc/boost-doc-tools/boost-build.qbk b/doc/boost-doc-tools/boost-build.qbk index 557bb2f..987c5c3 100644 --- a/doc/boost-doc-tools/boost-build.qbk +++ b/doc/boost-doc-tools/boost-build.qbk @@ -1,3 +1,11 @@ +[/ + Copyright 2013-2018 Daniel James + + Distributed under 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) +] + [chapter Building documentation using Boost Build [id boost_doc_tools.boost_build] [quickbook 1.6] diff --git a/doc/boost-doc-tools/boost-doc-tools.qbk b/doc/boost-doc-tools/boost-doc-tools.qbk index 1c7516a..0e6f5cc 100644 --- a/doc/boost-doc-tools/boost-doc-tools.qbk +++ b/doc/boost-doc-tools/boost-doc-tools.qbk @@ -1,3 +1,11 @@ +[/ + Copyright 2013-2018 Daniel James + + Distributed under 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) +] + [quickbook 1.6] [part Using the Boost documentation tools [id boost_doc_tools] diff --git a/doc/boost-doc-tools/install.qbk b/doc/boost-doc-tools/install.qbk index 49e121a..acfc375 100644 --- a/doc/boost-doc-tools/install.qbk +++ b/doc/boost-doc-tools/install.qbk @@ -1,3 +1,11 @@ +[/ + Copyright 2013-2018 Daniel James + + Distributed under 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) +] + [chapter Installing Boostbook and Quickbook [id boost_doc_tools.install] [quickbook 1.5] diff --git a/doc/boost-doc-tools/intro.qbk b/doc/boost-doc-tools/intro.qbk index 922c9e9..1ee5c4d 100644 --- a/doc/boost-doc-tools/intro.qbk +++ b/doc/boost-doc-tools/intro.qbk @@ -1,3 +1,11 @@ +[/ + Copyright 2013-2018 Daniel James + + Distributed under 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) +] + [quickbook 1.7] [chapter Introduction [id boost_doc_tools.introduction] diff --git a/doc/boost-doc-tools/parameters.qbk b/doc/boost-doc-tools/parameters.qbk index 5d1f687..0be46a4 100644 --- a/doc/boost-doc-tools/parameters.qbk +++ b/doc/boost-doc-tools/parameters.qbk @@ -1,3 +1,11 @@ +[/ + Copyright 2013-2018 Daniel James + + Distributed under 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) +] + [chapter Boostbook and Docbook build parameters [id boost_doc_tools.parameters] [quickbook 1.6] diff --git a/doc/boost-doc-tools/pdfs.qbk b/doc/boost-doc-tools/pdfs.qbk index 48b231b..856c306 100644 --- a/doc/boost-doc-tools/pdfs.qbk +++ b/doc/boost-doc-tools/pdfs.qbk @@ -1,3 +1,11 @@ +[/ + Copyright 2013-2018 Daniel James + + Distributed under 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) +] + [chapter Building PDFs [id boost_doc_tools.pdfs] [source-mode teletype] @@ -16,7 +24,7 @@ location of the FO processor, for example: C:/Progra~1/RenderX/xep/xep.bat : # path to Java installation, this is ignored if you're using XEP: - C:/PROGRA~1/Java/j2re1.4.2_12 + C:/PROGRA~1/Java/j2re1.4.2_12 ; You should now be able to build pdf docs via: diff --git a/doc/doc-guide.qbk b/doc/doc-guide.qbk index 793228f..78c4809 100644 --- a/doc/doc-guide.qbk +++ b/doc/doc-guide.qbk @@ -1,3 +1,11 @@ +[/ + Copyright 2013-2018 Daniel James + + Distributed under 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) +] + [quickbook 1.7] [book Boost Documentation Tools] diff --git a/examples/simple-boostbook/Jamfile.v2 b/examples/simple-boostbook/Jamfile.v2 index 5e2465c..4b511c1 100644 --- a/examples/simple-boostbook/Jamfile.v2 +++ b/examples/simple-boostbook/Jamfile.v2 @@ -1,3 +1,8 @@ + +# Copyright 2013-2018 Daniel James. +# Distributed under 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) + using boostbook ; boostbook simple : simple.xml : diff --git a/examples/simple-boostbook/simple.xml b/examples/simple-boostbook/simple.xml index d8ab50f..6064d5d 100644 --- a/examples/simple-boostbook/simple.xml +++ b/examples/simple-boostbook/simple.xml @@ -1,3 +1,9 @@ + + diff --git a/examples/simple-quickbook/Jamfile.v2 b/examples/simple-quickbook/Jamfile.v2 index d1900bc..8af6ba8 100644 --- a/examples/simple-quickbook/Jamfile.v2 +++ b/examples/simple-quickbook/Jamfile.v2 @@ -1,3 +1,8 @@ + +# Copyright 2013-2018 Daniel James. +# Distributed under 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) + using boostbook ; using quickbook ; diff --git a/examples/simple-quickbook/simple.qbk b/examples/simple-quickbook/simple.qbk index c3680c5..df93471 100644 --- a/examples/simple-quickbook/simple.qbk +++ b/examples/simple-quickbook/simple.qbk @@ -1,3 +1,11 @@ +[/ + Copyright 2013-2018 Daniel James + + Distributed under 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) +] + [article Simple Example [quickbook 1.6] ] diff --git a/examples/standalone-quickbook/Jamfile.v2 b/examples/standalone-quickbook/Jamfile.v2 index 2af92b0..28b20b4 100644 --- a/examples/standalone-quickbook/Jamfile.v2 +++ b/examples/standalone-quickbook/Jamfile.v2 @@ -1,3 +1,8 @@ + +# Copyright 2013-2018 Daniel James. +# Distributed under 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) + using boostbook ; using quickbook ; diff --git a/examples/standalone-quickbook/simple.qbk b/examples/standalone-quickbook/simple.qbk index c3680c5..df93471 100644 --- a/examples/standalone-quickbook/simple.qbk +++ b/examples/standalone-quickbook/simple.qbk @@ -1,3 +1,11 @@ +[/ + Copyright 2013-2018 Daniel James + + Distributed under 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) +] + [article Simple Example [quickbook 1.6] ] diff --git a/src/boostbook_chunker.cpp b/src/boostbook_chunker.cpp index b50eef3..ec822d9 100644 --- a/src/boostbook_chunker.cpp +++ b/src/boostbook_chunker.cpp @@ -155,4 +155,4 @@ namespace quickbook return result; } } -} \ No newline at end of file +} diff --git a/src/boostbook_chunker.hpp b/src/boostbook_chunker.hpp index c3083d1..b9a2d1f 100644 --- a/src/boostbook_chunker.hpp +++ b/src/boostbook_chunker.hpp @@ -38,4 +38,4 @@ namespace quickbook } } -#endif \ No newline at end of file +#endif diff --git a/src/html_printer.cpp b/src/html_printer.cpp index 94aaba7..b8ff43d 100644 --- a/src/html_printer.cpp +++ b/src/html_printer.cpp @@ -48,4 +48,4 @@ namespace quickbook printer.html += "\""; } } -} \ No newline at end of file +} diff --git a/src/html_printer.hpp b/src/html_printer.hpp index dbc38c3..8cef974 100644 --- a/src/html_printer.hpp +++ b/src/html_printer.hpp @@ -35,4 +35,4 @@ namespace quickbook } } -#endif \ No newline at end of file +#endif diff --git a/src/tree.cpp b/src/tree.cpp index b475d22..1f16b93 100644 --- a/src/tree.cpp +++ b/src/tree.cpp @@ -202,4 +202,4 @@ namespace quickbook parent_ = current_->parent_; } } -} \ No newline at end of file +} diff --git a/src/tree.hpp b/src/tree.hpp index b4b9617..7503b70 100644 --- a/src/tree.hpp +++ b/src/tree.hpp @@ -164,4 +164,4 @@ namespace quickbook } } -#endif \ No newline at end of file +#endif