dll.qbk 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. [/
  2. Copyright 2014 Renato Tegon Forti, Antony Polukhin
  3. Copyright 2015-2019 Antony Polukhin
  4. Distributed under the Boost Software License, Version 1.0.
  5. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. /]
  7. [library Boost.DLL
  8. [quickbook 1.5]
  9. [authors [Forti, Renato][Polukhin, Antony]]
  10. [copyright 2014 Renato Tegon Forti, Antony Polukhin, 2015 Antony Polukhin, 2016 Antony Polukhin, Klemens Morgenstern, 2017-2019 Antony Polukhin]
  11. [license
  12. Distributed under the Boost Software License, Version 1.0.
  13. (See accompanying file LICENSE_1_0.txt or copy at
  14. http://www.boost.org/LICENSE_1_0.txt)
  15. ]
  16. ]
  17. [include introduction.qbk]
  18. [include getting_started.qbk]
  19. [include tutorial.qbk]
  20. [include mangled.qbk]
  21. [include missuses.qbk]
  22. [section Reference]
  23. [xinclude autodoc_shared_library_core.xml]
  24. [xinclude autodoc_shared_library_refcountable.xml]
  25. [endsect]
  26. [include limitations.qbk]
  27. [include faq.qbk]
  28. [include design_rationale.qbk]
  29. [include dependencies.qbk]
  30. [include revisionhistory.qbk]
  31. [include ack.qbk]