index.qbk 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [/============================================================================
  2. Boost.Geometry Index
  3. Copyright (c) 2011-2012 Adam Wulkiewicz.
  4. Use, modification and distribution is subject to the Boost Software License,
  5. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. =============================================================================/]
  8. [/library Geometry Index
  9. [quickbook 1.5]
  10. [authors [Wulkiewicz, Adam]]
  11. [copyright 2011-2013 Adam Wulkiewicz]
  12. [purpose Documentation of Boost.Geometry Index library]
  13. [license
  14. Distributed under the Boost Software License, Version 1.0.
  15. (See accompanying file LICENSE_1_0.txt or copy at
  16. [@http://www.boost.org/LICENSE_1_0.txt])
  17. ]
  18. [id geometry]
  19. [category geometry]
  20. /]
  21. [def __boost_geometry_index__ Boost.Geometry.Index]
  22. [def __rtree__ R-tree]
  23. [def __value__ Value]
  24. [def __parameters__ Parameters]
  25. [def __allocator__ Allocator]
  26. [def __indexable__ Indexable]
  27. [include imports.qbk]
  28. [include introduction.qbk]
  29. [/include rtree.qbk]
  30. [include rtree/quickstart.qbk]
  31. [include rtree/creation.qbk]
  32. [include rtree/query.qbk]
  33. [include rtree/examples.qbk]
  34. [/include rtree/experimental.qbk]