diff options
Diffstat (limited to 'clang-tools-extra/docs/README.txt')
-rw-r--r-- | clang-tools-extra/docs/README.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/README.txt b/clang-tools-extra/docs/README.txt new file mode 100644 index 00000000000..037fedab5ad --- /dev/null +++ b/clang-tools-extra/docs/README.txt @@ -0,0 +1,11 @@ +------------------------------------------------------------ +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. |