inside.qbk 957 B

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