diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-06-08 23:13:42 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-06-08 23:13:42 +0000 |
commit | 49fdccb4595862828aa5cadc1497d466a8031dda (patch) | |
tree | 8386d3e85f6ab7f96896cd9261c2ee02828d481a /include/clang/Basic/FileSystemStatCache.h | |
parent | 0abbdfe561377b7af8eba6fc87757a46342f7a10 (diff) |
Convert comments to proper Doxygen comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158241 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/FileSystemStatCache.h')
-rw-r--r-- | include/clang/Basic/FileSystemStatCache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Basic/FileSystemStatCache.h b/include/clang/Basic/FileSystemStatCache.h index 96a2f90ed1..764ce92bcd 100644 --- a/include/clang/Basic/FileSystemStatCache.h +++ b/include/clang/Basic/FileSystemStatCache.h @@ -34,8 +34,8 @@ public: virtual ~FileSystemStatCache() {} enum LookupResult { - CacheExists, //< We know the file exists and its cached stat data. - CacheMissing //< We know that the file doesn't exist. + CacheExists, ///< We know the file exists and its cached stat data. + CacheMissing ///< We know that the file doesn't exist. }; /// FileSystemStatCache::get - Get the 'stat' information for the specified |