hanchenye-llvm-project/clang-tools-extra/docs
Sean Silva a7aedfa5db [docs] Clarify wording.
"This documentation" could be construed as the entire c-t-e docs
(despite being under a doxygen heading; people read "locally"
sometimes), which gives a bad impression.

llvm-svn: 176849
2013-03-12 02:40:05 +00:00
..
Doxyfile Fixing Doxygen warnings in cpp11-migrate 2013-03-08 19:12:12 +00:00
LoopConvertTransform.rst Splitting cpp11-migrate transform docs into sub-pages 2013-03-09 03:33:50 +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
UseAutoTransform.rst Splitting cpp11-migrate transform docs into sub-pages 2013-03-09 03:33:50 +00:00
UseNullptrTransform.rst Splitting cpp11-migrate transform docs into sub-pages 2013-03-09 03:33:50 +00:00
conf.py
cpp11-migrate.rst Adding -final-syntax-check to cpp11-migrate user docs 2013-03-09 03:38:20 +00:00
index.rst [docs] Clarify wording. 2013-03-12 02:40:05 +00:00
make.bat

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.