hanchenye-llvm-project/clang-tools-extra/docs
John Thompson 81cf1e8931 Fixed option description. '=' is required.
llvm-svn: 238998
2015-06-04 01:12:56 +00:00
..
AddOverrideTransform.rst
Doxyfile
LoopConvertTransform.rst
Makefile
MigratorUsage.rst
ModernizerUsage.rst docs: Spell a couple of cmake options with =ON in the docs 2015-05-18 05:05:49 +00:00
ModularizeUsage.rst Fixed option description. '=' is required. 2015-06-04 01:12:56 +00:00
PassByValueTransform.rst
README.txt
ReplaceAutoPtrTransform.rst
UseAutoTransform.rst
UseNullptrTransform.rst
clang-modernize.rst docs: Spell a couple of cmake options with =ON in the docs 2015-05-18 05:05:49 +00:00
clang-tidy.rst Fixed script name in the clang-tidy documentation. 2015-02-23 01:12:41 +00:00
conf.py docs/conf.py: bump version to 3.7 2015-01-14 18:32:20 +00:00
cpp11-migrate.rst
index.rst Deleted module-map-checker, as it's been folded into modularize. 2015-02-20 14:28:10 +00:00
make.bat
modularize.rst Added module map coverage support, extracted from module-map-checker. 2015-02-19 16:47:27 +00:00
pp-trace.rst

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.