forked from OSchip/llvm-project
573ec4f1aa
* Documented new command-line options. * Moved usage to a new page. * Usage now split into general options and transform-related options. * Main Migrator page now contains getting started and getting involved information. * Also included a JIRA issue collector button for logging bugs. llvm-svn: 183417 |
||
---|---|---|
.. | ||
AddOverrideTransform.rst | ||
Doxyfile | ||
LoopConvertTransform.rst | ||
Makefile | ||
MigratorUsage.rst | ||
README.txt | ||
UseAutoTransform.rst | ||
UseNullptrTransform.rst | ||
conf.py | ||
cpp11-migrate.rst | ||
index.rst | ||
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.