repository_template.qbk 961 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. [/==============================================================================
  2. Copyright (C) <year> <name>
  3. Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. ===============================================================================/]
  6. [section <name of component>]
  7. [heading Description]
  8. [/ describe the component here]
  9. [heading Header]
  10. #include <boost/spirit/repository/include/...>
  11. [heading Synopsis]
  12. [/ short usage synopsis]
  13. [heading Parameters]
  14. [table
  15. [[Parameter] [Description]]
  16. [[parameter in synopsis] [describe parameter]]
  17. ]
  18. [heading Attribute]
  19. [/ describe the rules for attribute construction and propagation of your
  20. component, use the same notation as used in the main Spirit docs]
  21. [heading Example]
  22. [/ describe some examples here, use uiqckbooks import feature to show the code]
  23. [endsect]