summaryrefslogtreecommitdiff
path: root/docs/Tooling.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-01-02 12:40:15 +0000
committerSean Silva <silvas@purdue.edu>2013-01-02 12:40:15 +0000
commit13b5e1168106b3934af31fcbcdaad344b805d2bf (patch)
tree17376c5bc4cd808ae9307a8e60c77a423639d470 /docs/Tooling.rst
parent112f778c34eb0f9def766d94f6e25decd4d31b06 (diff)
downloadclang-13b5e1168106b3934af31fcbcdaad344b805d2bf.tar.gz
clang-13b5e1168106b3934af31fcbcdaad344b805d2bf.tar.bz2
clang-13b5e1168106b3934af31fcbcdaad344b805d2bf.tar.xz
docs: Change title.
The core of this page is a set of pros/cons for the different ways to use clang as a library. The title should reflect that the page helps you choose between alternatives. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Tooling.rst')
-rw-r--r--docs/Tooling.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Tooling.rst b/docs/Tooling.rst
index 78b92efa9f..1e848177d3 100644
--- a/docs/Tooling.rst
+++ b/docs/Tooling.rst
@@ -1,6 +1,6 @@
-===================
-Writing Clang Tools
-===================
+=================================================
+Choosing the Right Interface for Your Application
+=================================================
Clang provides infrastructure to write tools that need syntactic and semantic
information about a program. This document will give a short introduction of