index.idx 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #index.idx for Convert Quickbook, Doxygen and Auto-index.
  2. # Copyright (c) Vladimir Batov 2009-2014
  3. # Distributed under the Boost Software License, Version 1.0.
  4. # See copy at http://www.boost.org/LICENSE_1_0.txt.
  5. !scan ../include/boost/convert/lexical_cast.hpp
  6. !scan ../include/boost/convert/parameters.hpp
  7. !scan ../include/boost/convert/printf.hpp
  8. !scan ../include/boost/convert/spirit.hpp
  9. !scan ../include/boost/convert/stream.hpp
  10. !scan ../include/boost/convert/strtol.hpp
  11. !scan ../include/boost/make_default.hpp
  12. !scan ../include/boost/convert.hpp
  13. #!scan "../example" ".*.cpp" true
  14. !scan ../example/algorithms.cpp
  15. !scan ../example/default_converter.cpp
  16. !scan ../example/default_converter_fail.cpp
  17. !scan ../example/getting_started.cpp
  18. !scan ../example/getting_serious.cpp
  19. !scan ../example/lexical_cast.cpp
  20. !scan ../example/stream.cpp
  21. # Might be useful to Doxygen document everything for maintenance?
  22. #!scan "../include/boost/detail/" "*.hpp" true
  23. base \<\w*\base\w*\>
  24. boolalpha \<\w*boolalpha\w*\>
  25. fixed \<\w*fixed\w*\>
  26. floating-point \<\w*float\w*\>
  27. dec
  28. encryption \<\w*(encryption|decryption)\w*\>
  29. hex
  30. leading
  31. locale \<\w*\locale\w*\>
  32. precision
  33. oct
  34. scientific
  35. skipws \<skip\w*\>
  36. transformation \<transform\w*\>
  37. user-defined types (UDT) \<\w*user\w*\>
  38. whitespace \<white\w*\>