]> granicus.if.org Git - clang/commitdiff
docs: Change title.
authorSean Silva <silvas@purdue.edu>
Wed, 2 Jan 2013 12:40:15 +0000 (12:40 +0000)
committerSean Silva <silvas@purdue.edu>
Wed, 2 Jan 2013 12:40:15 +0000 (12:40 +0000)
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

docs/Tooling.rst

index 78b92efa9f2d0bff14783f3bbc687714a2d4194e..1e848177d363b2c212664794dd1b17c6a6d89825 100644 (file)
@@ -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