diff options
Diffstat (limited to 'src/documentation/content/xdocs/utils/book.xml')
-rw-r--r-- | src/documentation/content/xdocs/utils/book.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/utils/book.xml b/src/documentation/content/xdocs/utils/book.xml new file mode 100644 index 0000000000..d335bf38b4 --- /dev/null +++ b/src/documentation/content/xdocs/utils/book.xml @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "../dtd/book-cocoon-v10.dtd"> + +<book software="Poi Project" + title="Poi Utils" + copyright="@year@ Poi Project"> + + <menu label="Navigation"> + <menu-item label="Main" href="../index.html"/> + </menu> + + <menu label="POI Util"> + <menu-item label="Overview" href="index.html"/> + <menu-item label="Logging" href="logging.html"/> + </menu> + +</book> + + |