summaryrefslogtreecommitdiff
path: root/libs/phoenix/doc/phoenix3.qbk
diff options
context:
space:
mode:
Diffstat (limited to 'libs/phoenix/doc/phoenix3.qbk')
-rw-r--r--libs/phoenix/doc/phoenix3.qbk34
1 files changed, 30 insertions, 4 deletions
diff --git a/libs/phoenix/doc/phoenix3.qbk b/libs/phoenix/doc/phoenix3.qbk
index 3593176da..559724bc7 100644
--- a/libs/phoenix/doc/phoenix3.qbk
+++ b/libs/phoenix/doc/phoenix3.qbk
@@ -1,8 +1,9 @@
[library Phoenix
- [quickbook 1.3]
- [version 3.0.5]
+ [quickbook 1.6]
+ [compatibility-mode 1.3]
+ [version 3.2.0]
[authors [de Guzman, Joel], [Marsden, Dan], [Heller, Thomas], [Fletcher, John] ]
- [copyright 2002 2003 2004 2005 2010 2014 Joel de Guzman, Dan Marsden, Thomas Heller, John Fletcher]
+ [copyright 2002 2003 2004 2005 2010 2014 2015 Joel de Guzman, Dan Marsden, Thomas Heller, John Fletcher]
[category string-text]
[purpose Lambda Expressions in C++]
[license
@@ -17,6 +18,9 @@
[/ September 2005]
[/ June 2010]
[/ February 2014]
+[/ December 2014]
+[/ January 2015]
+[/ February 2015]
[/ Some links]
@@ -27,6 +31,7 @@
[def __changelog__ [@http://www.boost.org/doc/libs/release/libs/phoenix/ChangeLog ChangeLog]]
[def __spirit__ [@http://spirit.sourceforge.net Spirit]]
[def __proto__ [@http://www.boost.org/doc/libs/release/libs/proto/index.html Boost.Proto]]
+[def __fusion__ [@http://www.boost.org/doc/libs/release/libs/fusion/index.html Boost.Fusion]]
[def __proto_expr__ [@http://www.boost.org/doc/libs/release/doc/html/Expr.html Proto Expression]]
[def __proto_transform__ [@http://www.boost.org/doc/libs/release/doc/html/Transform.html Proto Transform]]
[def __proto_transforms__ [@http://www.boost.org/doc/libs/release/doc/html/Transform.html Proto Transforms]]
@@ -38,7 +43,11 @@
[def __haskell__ [@http://www.haskell.org Haskell]]
[def __mpl__ [@http://www.boost.org/libs/mpl/index.html MPL]]
[def __bll__ [@http://www.boost.org/libs/lambda/doc/index.html BLL]]
-[def __fcpp__ [@http://cgi.di.uoa.gr/~smaragd/fc++/]]
+[def __fcpp__ [@http://cgi.di.uoa.gr/~smaragd/fc++/ FC++]]
+[def __fcpp_list__ [@http://people.cs.umass.edu/~yannis/fc++/New/new_list_implementation.html FC++ List Implementation]]
+[def __fcpp_reusers__ [@http://people.cs.umass.edu/~yannis/fc++/New/reusers.html FC++ Reuser Implementation]]
+[def __functoids_in_cpp__ [@http://c2.com/cgi/wiki?FunctoidsInCpp FunctoidsInCpp]]
+[def __boost_fcpp__ [@http://cgi.di.uoa.gr/~smaragd/fc++/boostpaper/ Boost FC++]]
[def __spirit_repo__ [@http://spirit.sourceforge.net/repository/applications/show_contents.php Spirit Repository]]
[def __spirit_list__ [@https://lists.sourceforge.net/lists/listinfo/spirit-general Spirit Mailing List]]
[def __spirit_general__ [@news://news.gmane.org/gmane.comp.spirit.general Spirit General NNTP news portal]]
@@ -55,8 +64,21 @@
[def __phoenix_actions__ [link phoenix.inside.actions Actions]]
[def __phoenix_custom_terminals__ [link phoenix.inside.custom_terminals Custom Terminals]]
[def __phoenix_placeholder_unification__ [link phoenix.inside.placeholder_unification Placeholder Unification]]
+[def __phoenix_lazy_list__ [link phoenix.lazy_list Lazy List]]
[def __unspecified__ /unspecified/]
+[/ Defines for maintenance tools ]
+[def __git__ [@http://git-scm.com Git ]]
+[def __git_branching_model__ [@http://nvie.com/posts/a-successful-git-branching-model/ git branching model]]
+
+[/ Defines for operating systems ]
+[def __ubuntu__ [@http://www.ubuntu.com/ Ubuntu ]]
+
+[/ Defines for compilers.]
+[def __clang__ [@http://clang.llvm.org Clang ]]
+[def __gcc__ [@https://gcc.gnu.org gcc ]]
+[def __msvc__ [@https://msdn.microsoft.com/en-us/vstudio/hh386302.aspx MSVC]]
+
[include preface.qbk]
[include what_s_new.qbk]
[include introduction.qbk]
@@ -67,7 +89,11 @@
[include modules.qbk]
[include inside.qbk]
[include examples.qbk]
+[include lazy_list.qbk]
+[include maintenance.qbk]
[include wrap_up.qbk]
[include acknowledgment.qbk]
[include references.qbk]
+
+[/endsect] [/added because it was complaining!]