Hi,

In the quickbook documentation there is a broken link in one of the examples, as it links to the grammar section of the documentation which has been removed. I've attached a possible fix. Can I check it in? (I'll also check in the generated documentation).

Also, some of the image files are missing (caution.png, important.png, warning.png), can I add them?

Daniel
Index: quickbook.qbk
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/doc/quickbook.qbk,v
retrieving revision 1.35.2.1
diff -u -r1.35.2.1 quickbook.qbk
--- quickbook.qbk	20 Jul 2006 14:04:48 -0000	1.35.2.1
+++ quickbook.qbk	26 Aug 2006 13:12:57 -0000
@@ -793,18 +793,18 @@
 Macros that are already defined are expanded in source code. Example:
 
 [pre'''
-[def __syntax_highlight__ [EMAIL PROTECTED]/highlight.html syntax_highlight]]
-[def __quickbook__ [EMAIL PROTECTED] quickbook]]
+[def __array__ [EMAIL PROTECTED]://www.boost.org/doc/html/array/reference.html array]]
+[def __boost__ [EMAIL PROTECTED]://www.boost.org/libs/libraries.htm boost]]
 
-    using __quickbook__::__syntax_highlight__;
+    using __boost__::__array__;
 ''']
 
 Generates:
 
-[def __syntax_highlight__ [EMAIL PROTECTED]/highlight.html syntax_highlight]]
-[def __quickbook__ [EMAIL PROTECTED] quickbook]]
+[def __array__ [EMAIL PROTECTED]://www.boost.org/doc/html/array/reference.html array]]
+[def __boost__ [EMAIL PROTECTED]://www.boost.org/libs/libraries.htm boost]]
 
-    using __quickbook__::__syntax_highlight__;
+    using __boost__::__array__;
 
 [endsect]
 [section:escape_back Escaping Back To QuickBook]
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to