Fix some inspect errors

This commit is contained in:
Daniel James
2018-01-10 13:53:38 +00:00
parent 6221bdf182
commit 33b8df87bf
19 changed files with 100 additions and 7 deletions

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]

View File

@@ -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:

View File

@@ -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]

View File

@@ -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 :

View File

@@ -1,3 +1,9 @@
<!--
Copyright Daniel James 2013-2018
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)
-->
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">

View File

@@ -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 ;

View File

@@ -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]
]

View File

@@ -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 ;

View File

@@ -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]
]

View File

@@ -155,4 +155,4 @@ namespace quickbook
return result;
}
}
}
}

View File

@@ -38,4 +38,4 @@ namespace quickbook
}
}
#endif
#endif

View File

@@ -48,4 +48,4 @@ namespace quickbook
printer.html += "\"";
}
}
}
}

View File

@@ -35,4 +35,4 @@ namespace quickbook
}
}
#endif
#endif

View File

@@ -202,4 +202,4 @@ namespace quickbook
parent_ = current_->parent_;
}
}
}
}

View File

@@ -164,4 +164,4 @@ namespace quickbook
}
}
#endif
#endif