llvm-project/clang-tools-extra/docs
Hans Wennborg 4b4c90bf7a docs/conf.py: update version to 4.0
llvm-svn: 275849
2016-07-18 18:13:46 +00:00
..
clang-tidy fix missing newline in sphinx doc 2016-07-13 06:06:48 +00:00
CMakeLists.txt
Doxyfile
ModularizeUsage.rst
README.txt
ReleaseNotes.rst Trunk release notes are now for 4.0.0 2016-07-18 18:08:59 +00:00
clang-modernize.rst
clang-rename.rst [clang-rename] add documentation 2016-07-14 09:46:07 +00:00
clang-tidy.rst
conf.py docs/conf.py: update version to 4.0 2016-07-18 18:13:46 +00:00
cpp11-migrate.rst
doxygen-mainpage.dox
doxygen.cfg.in [clang-tidy] Fix doxygen errors. NFC. 2016-06-17 11:43:33 +00:00
include-fixer.rst [include-fixer] Mention more details in the document. 2016-06-07 07:50:48 +00:00
index.rst [clang-rename] add documentation 2016-07-14 09:46:07 +00:00
make.bat
modularize.rst
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.