mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-19 04:22:16 +00:00
Fix some inspect errors
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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]
|
||||
|
||||
|
||||
@@ -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 :
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
|
||||
@@ -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]
|
||||
]
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
|
||||
@@ -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]
|
||||
]
|
||||
|
||||
@@ -155,4 +155,4 @@ namespace quickbook
|
||||
return result;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,4 +38,4 @@ namespace quickbook
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -48,4 +48,4 @@ namespace quickbook
|
||||
printer.html += "\"";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,4 +35,4 @@ namespace quickbook
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -202,4 +202,4 @@ namespace quickbook
|
||||
parent_ = current_->parent_;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -164,4 +164,4 @@ namespace quickbook
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user