hanchenye-llvm-project/clang-tools-extra/docs
Alp Toker 58983f1398 Fix typo
llvm-svn: 198831
2014-01-09 01:39:49 +00:00
..
AddOverrideTransform.rst Rename cpp11-migrate to clang-modernize. 2013-09-04 17:35:07 +00:00
Doxyfile Fix typo 2014-01-09 01:39:49 +00:00
LoopConvertTransform.rst Rename cpp11-migrate to clang-modernize. 2013-09-04 17:35:07 +00:00
Makefile Add doxygen support for the tools in clang-tools-extra 2013-02-28 16:46:40 +00:00
MigratorUsage.rst clang-modernize: Tweak docs after rename 2013-09-06 19:27:19 +00:00
ModernizerUsage.rst Update clang-modernizer docs 2013-10-07 15:56:25 +00:00
ModularizeUsage.rst Added module map generation docs and some clean-up. 2013-10-16 13:44:21 +00:00
PassByValueTransform.rst Rename cpp11-migrate to clang-modernize. 2013-09-04 17:35:07 +00:00
README.txt cpp11-migrate: Add Replace-AutoPtr Transform 2013-07-03 13:21:24 +00:00
ReplaceAutoPtrTransform.rst Rename cpp11-migrate to clang-modernize. 2013-09-04 17:35:07 +00:00
UseAutoTransform.rst Rename cpp11-migrate to clang-modernize. 2013-09-04 17:35:07 +00:00
UseNullptrTransform.rst Rename cpp11-migrate to clang-modernize. 2013-09-04 17:35:07 +00:00
clang-modernize.rst Update clang-modernizer docs 2013-10-07 15:56:25 +00:00
conf.py Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
cpp11-migrate.rst clang-modernize: Tweak docs after rename 2013-09-06 19:27:19 +00:00
index.rst Initial checkin of new module-map-checker tool. 2014-01-07 15:22:08 +00:00
make.bat
modularize.rst Added module map generation docs and some clean-up. 2013-10-16 13:44:21 +00:00
module-map-checker.rst Initial checkin of new module-map-checker tool. 2014-01-07 15:22:08 +00:00
pp-trace.rst Fix a variety of user-visible and comment typos 2013-12-01 05:08:12 +00:00

README.txt

-------------------------------------------------------------
Documentation 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.