llvm-project/clang-tools-extra/docs
Dmitri Gribenko f38da0dc75 Add doxygen support for the tools in clang-tools-extra
Patch by Ariel Bernal.

llvm-svn: 176267
2013-02-28 16:46:40 +00:00
..
Doxyfile Add doxygen support for the tools in clang-tools-extra 2013-02-28 16:46:40 +00:00
Makefile Add doxygen support for the tools in clang-tools-extra 2013-02-28 16:46:40 +00:00
README.txt Add doxygen support for the tools in clang-tools-extra 2013-02-28 16:46:40 +00:00
conf.py Initial docs directory 2013-02-14 01:34:59 +00:00
cpp11-migrate.rst Add user documentation for cpp11-migrate 2013-02-25 20:37:03 +00:00
index.rst Add doxygen support for the tools in clang-tools-extra 2013-02-28 16:46:40 +00:00
make.bat Initial docs directory 2013-02-14 01:34:59 +00:00

README.txt

------------------------------------------------------------
Documetation for the tools of clang-tools-extra repo project
------------------------------------------------------------

Sphinx and doxygen documentation is generated by executing make.

Sphinx html files can be generated separately using make html.

Doxygen html files can also be generated using make doxygen.

The generated documentation will be placed in _build/html.