odeint.idx 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # odeint.idx list of files and keyword to be indexed.
  2. # Copyright 2012 Karsten Ahnert
  3. # Copyright 2012 Pierre Talbot
  4. #
  5. # Use, modification and distribution is subject to the Boost Software
  6. # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  7. # http://www.boost.org/LICENSE_1_0.txt)
  8. !scan-path "boost/numeric/odeint/" ".*\.*pp" true
  9. # recurse in any sub-directories.
  10. # List of terms in the docbook (from Quickbook) to be indexed.
  11. # Convenient to order these alphabetically.
  12. # TODO - add more!
  13. acknowledgements
  14. book
  15. # C++ \<C|C++\>
  16. card
  17. credit
  18. deprecated
  19. Doxygen
  20. example \<example\w*\>
  21. equations \<equation\w*\>
  22. graphics \<graphic\w*\>
  23. Gumm
  24. links \<link\w*\>
  25. images \<image\w*\>
  26. ISBN
  27. ISSN
  28. IBM
  29. italic \<italic\w*\>
  30. # index index and indexes (assume not using plural indices!)
  31. index \<index\w*\>
  32. Luhn
  33. Mastercard
  34. modulus
  35. path \<path\w*\>
  36. pre-conditions \<pre\w*\>
  37. post-conditions \<post\w*\>
  38. remark \<remark\w*\>
  39. snippet \<snippet\w*\>
  40. png
  41. Quickbook
  42. Verhoeff
  43. # version \<version\w*\>
  44. VISA
  45. warning \<warning\w*\>
  46. # Remove leading "A" or "The" prefixes from section titles.
  47. # !rewrite-name "(?:A|An|The)\s+(.*)" "\1"