]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/phoenix/doc/inside.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / phoenix / doc / inside.qbk
CommitLineData
7c673cae
FG
1[/==============================================================================
2 Copyright (C) 2001-2010 Joel de Guzman
3 Copyright (C) 2001-2005 Dan Marsden
4 Copyright (C) 2001-2010 Thomas Heller
5
6 Distributed under the Boost Software License, Version 1.0. (See accompanying
7 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8===============================================================================/]
9
10[section:inside Inside Phoenix]
11
12This chapter explains in more detail how the library operates. The information
13henceforth should not be necessary to those who are interested in just using the
14library. However, a microscopic view might prove to be beneficial
15to advanced programmers who wish to extend the library.
16
17[include inside/actor.qbk]
18[include inside/expression.qbk]
19[include inside/actions.qbk]
20[include inside/rules.qbk]
21[include inside/custom_terminal.qbk]
22[include inside/placeholder.qbk]
23
24[endsect]