diff options
| author | Sean Silva <silvas@purdue.edu> | 2013-02-19 17:29:01 +0000 |
|---|---|---|
| committer | Sean Silva <silvas@purdue.edu> | 2013-02-19 17:29:01 +0000 |
| commit | f2a472a321cbd8bdc1f15ca70e3569059d8649f7 (patch) | |
| tree | 37b14616da0118e79630955e25ab60ea8ae35897 | |
| parent | e3931a1cd49f7b1c31d4894d3cb7e52d81f15b8d (diff) | |
| download | bcm5719-llvm-f2a472a321cbd8bdc1f15ca70e3569059d8649f7.tar.gz bcm5719-llvm-f2a472a321cbd8bdc1f15ca70e3569059d8649f7.zip | |
[docs] Rename to permit wider variety of content.
I don't want to rule out the possibility of linking to e.g. interesting
blog posts about uses of Clang, so avoid restricting the content to
"projects".
This breaks URL compatibility, but this document was committed less than
an hour ago so hopefully nobody has linked to it yet.
llvm-svn: 175535
| -rw-r--r-- | clang/docs/ExternalClangExamples.rst (renamed from clang/docs/ExternalProjectsUsingClang.rst) | 6 | ||||
| -rw-r--r-- | clang/docs/index.rst | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/clang/docs/ExternalProjectsUsingClang.rst b/clang/docs/ExternalClangExamples.rst index 71d6413934f..a7fa169b81f 100644 --- a/clang/docs/ExternalProjectsUsingClang.rst +++ b/clang/docs/ExternalClangExamples.rst @@ -1,6 +1,6 @@ -============================= -External Projects Using Clang -============================= +======================= +External Clang Examples +======================= Introduction ============ diff --git a/clang/docs/index.rst b/clang/docs/index.rst index 92d217ab8a4..712e362636f 100644 --- a/clang/docs/index.rst +++ b/clang/docs/index.rst @@ -30,7 +30,7 @@ Using Clang as a Library :maxdepth: 1 Tooling - ExternalProjectsUsingClang + ExternalClangExamples IntroductionToTheClangAST LibTooling LibFormat |

