Parcourir la source

add link to QuickBook documentation

[SVN r26858]
Eric Niebler il y a 21 ans
Parent
commit
8f0a4ebf72
1 fichiers modifiés avec 9 ajouts et 3 suppressions
  1. 9 3
      tools/index.html

+ 9 - 3
tools/index.html

@@ -43,11 +43,17 @@
             system, based on <a href="http://www.docbook.org/">DocBook</a> and the <a href="http://www.w3.org/Style/XSL/">
                Extensible Stylesheet Language (XSL)</a>, used by some Boost libraries.<br>
          &nbsp;
-         <LI>
-            <A href="bcp/bcp.html">bcp</A> - A utility to extract subsets of Boost; to 
+         <li>
+            <a href="bcp/bcp.html">bcp</a> - A utility to extract subsets of Boost; to 
             determine which parts of Boost your code is using; and to print reports on 
             Boost usage (including Licence information).<br>
-            &nbsp;</LI>
+         &nbsp;
+         <li>
+            <a href="quickbook/index.html">QuickBook</a> - QuickBook is a WikiWiki style
+            documentation tool geared towards C++ documentation using simple rules and markup
+            for simple formatting tasks. QuickBook generates <a href="../doc/html/boostbook.html">
+            BoostBook</a> XML.<br>
+         &nbsp;
       </ul>
       <hr>
       <p>Revised 

粤ICP备19079148号