diff --git a/doc/Jamfile b/doc/Jamfile
index f42881d8..0cee1212 100644
--- a/doc/Jamfile
+++ b/doc/Jamfile
@@ -14,6 +14,7 @@ import quickbook ;
import xsltproc ;
import doxygen ;
import modules ;
+import saxonhe ;
#-------------------------------------------------------------------------------
#
@@ -132,10 +133,10 @@ actions call-xsltproc
#
make reference.qbk
:
- transform.xsl
reference.xml
+ transform.xsl
:
- @call-xsltproc
+ saxonhe.saxonhe
;
# We have to make a copy of reference.qbk and put it
diff --git a/doc/docca/include/docca/doxygen.xsl b/doc/docca/include/docca/doxygen.xsl
index 7a428789..7c192da8 100644
--- a/doc/docca/include/docca/doxygen.xsl
+++ b/doc/docca/include/docca/doxygen.xsl
@@ -867,14 +867,14 @@
`
-
+
`]
[link
`
-
+
`]
@@ -992,7 +992,7 @@
[table [[Name][Description]]
+ innerclass[@prot='public' and not(contains(., '_handler'))]" >
[
@@ -1038,7 +1038,7 @@
[heading Member Functions]
[table [[Name][Description]]
-
+
@@ -1088,7 +1088,7 @@
[heading Protected Member Functions]
[table [[Name][Description]]
-
+
@@ -1133,7 +1133,7 @@
[heading Private Member Functions]
[table [[Name][Description]]
-
+
@@ -1178,7 +1178,7 @@
[heading Data Members]
[table [[Name][Description]]
-
+
[
[[link
@@ -1194,7 +1194,7 @@
[heading Protected Data Members]
[table [[Name][Description]]
-
+
[
[[link
@@ -1211,7 +1211,7 @@
$private > 0">
[heading Private Data Members]
[table [[Name][Description]]
-
+
[
[[link
@@ -1227,7 +1227,7 @@
[heading Friends]
[table [[Name][Description]]
-
+
@@ -1279,7 +1279,7 @@
[heading Related Functions]
[table [[Name][Description]]
-
+
@@ -1537,26 +1537,26 @@
-
+
-
+
-
+
```
-
+
```
```
-
+
```