diff options
Diffstat (limited to 'include/clang/Index/Program.h')
-rw-r--r-- | include/clang/Index/Program.h | 2 |
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; |