From 176e8d404f49952104a136635a4bbfe31a927a50 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 12 Jul 2009 22:29:59 +0000 Subject: [PATCH] improve comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75435 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Index/Program.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/clang/Index/Program.h b/include/clang/Index/Program.h index 30afa0be46..1a08118ca5 100644 --- a/include/clang/Index/Program.h +++ b/include/clang/Index/Program.h @@ -1,4 +1,4 @@ -//===--- Program.h - Entity originator and misc -----------------*- C++ -*-===// +//===--- Program.h - Cross-translation unit information ---------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// Storage for Entities and utility functions +// This file declares the idx::Program interface. // //===----------------------------------------------------------------------===// @@ -20,7 +20,8 @@ namespace clang { namespace idx { class EntityHandler; -/// \brief Repository for Entities. +/// idx::Program is the top level object that owns and maintains information +/// that is common across translation units. class Program { void *Impl; -- 2.40.0