Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Docs] Make Doxygen functional | Jonas Devlieghere | 2019-04-19 | 1 | -19/+0 |
| | | | | | | | | | This fixes the doxygen configuration to be functional again. I removed the customer header and footer, as well as the no-longer-existent style sheet. I also widened the scope of the documentation, from just the public API to include the private interfaces as well. llvm-svn: 358773 | ||||
* | Minor typeo fixes in doc scripts | Daniel Malea | 2013-07-19 | 1 | -1/+1 |
| | | | | llvm-svn: 186698 | ||||
* | Add CMake targets to build LLDB reference docs | Daniel Malea | 2013-05-28 | 1 | -0/+19 |
- [ninja|make] lldb-cpp-doc builds the C++ API reference docs - [ninja|make] lldb-python-doc builds the python API reference docs - updated build page on website to include instructions to build docs Tested on Linux/Mac OS X llvm-svn: 182752 |