sort.idx 869 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # sort.idx for Boost.Sort/Spreadsort Quickbook, Doxygen and Auto-index.
  2. # Note needs more customization to be useful in practice! TODO?
  3. #!debug "\<\w*\>"
  4. # Sort Header files.
  5. #!scan-path "/boost/sort/" ".*\.*pp" true
  6. !scan-path "../include/boost/sort" ".*\.hpp" false
  7. !scan-path "../include/boost/sort/spreadsort" ".*\.hpp" false
  8. # All example source files, assuming no sub-folders.
  9. # sort example files.
  10. !scan-path "../example" ".*\.cpp" true
  11. # Allow alternative spellings colour | color, and plurals etc.
  12. color \<\w*(colour|color)\w*\>
  13. container \<contain\w*\>
  14. data
  15. deque \<deque\w*\>
  16. example \<example\w*\>
  17. font \<font\w*\>
  18. greek
  19. quartile \<quartile\w*\>
  20. histogram
  21. ioflags
  22. origin
  23. outlier
  24. maximum \<max\w*\>
  25. minimum \<min\w*\>
  26. precision
  27. range \<\w*\range\w*\>
  28. scaling \<\w*\scal\w*\>
  29. tick \<\w*\tick\w*\>
  30. title
  31. Unicode \<unicode\w*\>
  32. vector \<\w*\vector\w*\>