intro.h 762 B

1234567891011121314151617181920212223
  1. /** @mainpage clang API Documentation
  2. <div class="intro">
  3. <div class="logo">
  4. <img src="http://llvm.org/img/DragonMedium.png"
  5. alg="medium dragon logo" width="400" height="400">
  6. </div>
  7. @section main_intro Introduction
  8. Welcome to the clang project.
  9. <br>
  10. This documentation describes the <b>internal</b> software that makes
  11. up clang, not the <b>external</b> use of clang. There are no instructions
  12. here on how to use clang, only the APIs that make up the software. For
  13. usage instructions, please see the programmer's guide or reference
  14. manual.
  15. @section main_caveat Caveat
  16. This documentation is generated directly from the source code with Doxygen.
  17. Since clang is constantly under active development, what you're about to
  18. read is out of date!
  19. </div>
  20. */