appendix.txt 661 B

1234567891011121314151617181920212223242526
  1. //
  2. // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
  3. //
  4. // Distributed under the Boost Software License, Version 1.0. (See
  5. // accompanying file LICENSE_1_0.txt or copy at
  6. // http://www.boost.org/LICENSE_1_0.txt)
  7. //
  8. // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 filetype=cpp.doxygen
  9. /*!
  10. \page appendix Appendix
  11. \section appendix_toc Table of Contents
  12. - \subpage rationale
  13. - \subpage faq
  14. - \subpage default_encoding_under_windows
  15. - \subpage running_examples_under_windows
  16. - \subpage gettext_for_windows
  17. - \subpage glossary
  18. - \subpage tested_compilers_and_paltforms
  19. - \subpage status_of_cpp0x_characters_support
  20. - \subpage special_thanks
  21. */