[boost-doc-zh] r394 committed - Edited wiki page through web user interface.

  • From: boost-doc-zh@xxxxxxxxxxxxxx
  • To: boost-doc-zh-notify@xxxxxxxxxxxxx
  • Date: Sun, 18 Apr 2010 14:27:41 +0000

Revision: 394
Author: alai04
Date: Sun Apr 18 07:27:28 2010
Log: Edited wiki page through web user interface.
http://code.google.com/p/boost-doc-zh/source/detail?r=394

Modified:
 /wiki/boostbook.wiki

=======================================
--- /wiki/boostbook.wiki        Sat Apr 17 22:17:14 2010
+++ /wiki/boostbook.wiki        Sun Apr 18 07:27:28 2010
@@ -1,14 +1,24 @@
-#summary One-sentence summary of this page.
-
-= Introduction =
-
-从文档格式来分,boost文档可分为两种:一种是直接用html格式编写,另一种则是使 用quickbook/boostbook格式编写然后生成html文件。前者更多见于较早期的子库,而 较新的子库则基本上全都使用后一种格式。后一种格式是当前boost社区建议使用的新 格式,早期使用旧格式的子库也会逐渐转换为新格式。
-
-使用quickbook/boostbook格式的子库又分为两类,一类是每个子库单独建立一个项 目,单独生成一个html文件的子目录(子目录通常为 $BOOSTROOT/libs/[sub_lib]/doc/html);另一类是多个子库共建一个项目,生成一个 总的html目录,即$BOOSTROOT/doc/html
-
-= Details =
-
-Add your content here.  Format your content with:
-  * Text in *bold* or _italic_
-  * Headings, paragraphs, and lists
-  * Automatic links to other wiki pages
+#summary 简介使用boostbook生成boost文档
+
+= 简介 =
+
+从文档格式来分,boost文档可分为两种:
+  * 一种是直接用html格式编写
+  * 另一种则是使用quickbook/boostbook格式编写然后生成html文件
+
+前者更多见于较早期的子库,而较新的子库则基本上全都使用后一种格式。后一种格 式是当前boost社区建议使用的新格式,早期使用旧格式的子库也会逐渐转换为新格 式。
+
+使用quickbook/boostbook格式的子库又分为两类:
+ * 一类是每个子库单独建立一个项目,单独生成一个html文件的子目录,子目录通 常为$BOOSTROOT/libs/_sub-lib_/doc/html + * 另一类是多个子库共建一个项目,生成一个总的html目录,即 $BOOSTROOT/doc/html
+
+= 采用quickbook/boostbook格式的子库列表 =
+
+以下子库共建一个boostbook项目,项目文件为 $BOOSTROOT/doc/Jamfile.v2:
+|| || *xml格式* || *qbk格式* ||
+|| 子库 || any, array, concept_check, date_time, function, lambda, program_options, ref, signals, signals2, string_algo, tribool, variant || accumulators, foreach, hash, interprocess, intrusive, mpi, property_tree, proto, static_assert, thread, tr1, typeof, units, unordered, xpressive ||
+|| 工具 || boostbook, build || quickbook, bjam ||
+
+以下子库每一个子库单独建立一个项目,各个项目的项目文件分别为 $BOOSTROOT/libs/_sub-lib_/doc/Jamfile.v2,它们全部采用*qbk格式*: +|| 子库 || asio, bimap, function_types, fusion, integer, numeric_conversion, optional, regex, spirit, type_traits ||
+|| 工具 || bcp ||

Other related posts:

  • » [boost-doc-zh] r394 committed - Edited wiki page through web user interface. - boost-doc-zh