forked from OSchip/llvm-project
ba6a0960ea
This commit fixes a "FIXME" in the add-override transform. ' override' was misplaced when a comment was between the function body and the end of the 'prototype'. It also remove duplicated check for the main file from the last commit (and fixes the typo in the comment above). Author: Guillaume Papin <guillaume.papin@epitech.eu> llvm-svn: 181806 |
||
---|---|---|
.. | ||
AddOverrideTransform.rst | ||
Doxyfile | ||
LoopConvertTransform.rst | ||
Makefile | ||
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.