aboutsummaryrefslogtreecommitdiff
path: root/docs/README.txt
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-02-28 16:46:40 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-02-28 16:46:40 +0000
commit7cb63b8dcc6bee2f112063eca6c196a23b3c2676 (patch)
tree0f42373088e79246ebb15ffbcd771a813b525527 /docs/README.txt
parent290465d62516cada52b47ee57077b66f8bc2343a (diff)
Add doxygen support for the tools in clang-tools-extra
Patch by Ariel Bernal. git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@176267 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/README.txt')
-rw-r--r--docs/README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/README.txt b/docs/README.txt
new file mode 100644
index 00000000..037fedab
--- /dev/null
+++ b/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.