Skip to content
  1. Apr 09, 2012
  2. Mar 31, 2012
  3. Mar 21, 2012
    • Gregory Szorc's avatar
      Organize LLVM C API docs into doxygen modules; add docs · 34c863a0
      Gregory Szorc authored
      This gives a lot of love to the docs for the C API. Like Clang's
      documentation, the C API is now organized into a Doxygen "module"
      (LLVMC). Each C header file is a child of the main module. Some modules
      (like Core) have a hierarchy of there own. The produced documentation is
      thus better organized (before everything was in one monolithic list).
      
      This patch also includes a lot of new documentation for APIs in Core.h.
      It doesn't document them all, but is better than none. Function docs are
      missing @param and @return annotation, but the documentation body now
      commonly provides help details (like the expected llvm::Value sub-type
      to expect).
      
      llvm-svn: 153157
      34c863a0
  4. Apr 15, 2011
  5. Mar 22, 2011
  6. Mar 17, 2011
  7. Feb 08, 2011
  8. Jan 07, 2011
  9. Nov 29, 2010
  10. Sep 27, 2010
  11. Aug 26, 2010
  12. Aug 25, 2010
  13. Aug 11, 2010
  14. Aug 10, 2010
  15. Aug 09, 2010
  16. Jul 12, 2010
  17. Jul 15, 2009
  18. Jul 02, 2009
  19. Jul 01, 2009
  20. Jun 04, 2009
  21. Apr 30, 2009
  22. Apr 24, 2009
  23. Feb 06, 2009
  24. Nov 29, 2008
  25. Jul 04, 2008
  26. May 04, 2008
  27. Feb 27, 2008
  28. Feb 26, 2008
Loading