hanchenye-llvm-project/clang-tools-extra/docs
Alexander Kornienko 7c9b29f525 Normalized the usage of override in the doc.
llvm-svn: 202710
2014-03-03 13:36:30 +00:00
..
AddOverrideTransform.rst Revert a LLVM_OVERRIDE to 'override' change in documentation. My search and replace was a little overzealous. 2014-03-02 10:24:34 +00:00
Doxyfile Fix typo 2014-01-09 01:39:49 +00:00
LoopConvertTransform.rst
Makefile
MigratorUsage.rst
ModernizerUsage.rst
ModularizeUsage.rst Added module map generation docs and some clean-up. 2013-10-16 13:44:21 +00:00
PassByValueTransform.rst
README.txt
ReplaceAutoPtrTransform.rst
UseAutoTransform.rst
UseNullptrTransform.rst
clang-modernize.rst
clang-tidy.rst Normalized the usage of override in the doc. 2014-03-03 13:36:30 +00:00
conf.py Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
cpp11-migrate.rst
index.rst Adding documentation for clang-tidy. 2014-02-25 16:46:13 +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.