diff --git a/doc/boostbook.xml b/doc/boostbook.xml index e585d1c..a699315 100644 --- a/doc/boostbook.xml +++ b/doc/boostbook.xml @@ -316,6 +316,16 @@ using boostbook : DOCBOOK_XSL_DIR the doxygen executable (with full path name). If the right doxygen executable can be found via the path, this parameter can be omitted. + + + The relative order of declarations in + user-config.jam / site-config.jam + files is significant. In particular, using doxygen + line should come after the + using boostbook declaration. + + + Generating of documentation from source files using Doxygen requires two steps. The first step involves identifying @@ -348,8 +358,23 @@ boostbook any : any.doxygen ; Further transformations may generate HTML, FO, PDF, etc. from any.docbook. - +
+ Troubleshooting + + The Boost documentation tools are still in their early phase of + development, and some things don't work as seamlessly as we would like + them to, yet. In particular, error messages can be somewhat + uninformative at times. If you find yourself in the situation when + you have double checked everything, and yet things still don't work as + expected, consider helping the tools by deleting + bin.v2 build directory. + + +
+ + + diff --git a/xsl/chunk-common.xsl b/xsl/chunk-common.xsl index 58da769..67106a2 100644 --- a/xsl/chunk-common.xsl +++ b/xsl/chunk-common.xsl @@ -85,21 +85,27 @@ - - - - - - - - - - + + + + + + + + + XXX + + XXX + + + + + diff --git a/xsl/html.xsl b/xsl/html.xsl index 2bece19..7ba7df4 100644 --- a/xsl/html.xsl +++ b/xsl/html.xsl @@ -11,6 +11,7 @@ + diff --git a/xsl/xref.xsl b/xsl/xref.xsl new file mode 100644 index 0000000..7931b3a --- /dev/null +++ b/xsl/xref.xsl @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +