aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Index/Program.h
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-07-29 23:39:25 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-07-29 23:39:25 +0000
commit614455cdacdea77cc8ea89efca08f043f65877d7 (patch)
tree5be2942b88319d4bbe2bc502135ceb47c7aac81f /include/clang/Index/Program.h
parent768a6c94a52ddf4f2f6d0c6d611db6cf224b1a1c (diff)
Fix some comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Index/Program.h')
-rw-r--r--include/clang/Index/Program.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Index/Program.h b/include/clang/Index/Program.h
index 2605bb685a..b2bdaa6c2e 100644
--- a/include/clang/Index/Program.h
+++ b/include/clang/Index/Program.h
@@ -20,7 +20,7 @@ namespace clang {
namespace idx {
class EntityHandler;
-/// idx::Program is the top level object that owns and maintains information
+/// \brief Top level object that owns and maintains information
/// that is common across translation units.
class Program {
void *Impl;