Skip to content
  1. 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
  2. Apr 15, 2011
  3. Mar 22, 2011
  4. Mar 17, 2011
  5. Feb 08, 2011
  6. Jan 07, 2011
  7. Nov 29, 2010
  8. Sep 27, 2010
  9. Aug 26, 2010
  10. Aug 25, 2010
  11. Aug 11, 2010
  12. Aug 10, 2010
  13. Aug 09, 2010
  14. Jul 12, 2010
  15. Jul 15, 2009
  16. Jul 02, 2009
  17. Jul 01, 2009
  18. Jun 04, 2009
  19. Apr 30, 2009
  20. Apr 24, 2009
  21. Feb 06, 2009
  22. Nov 29, 2008
  23. Jul 04, 2008
  24. May 04, 2008
  25. Feb 27, 2008
  26. Feb 26, 2008
Loading