diff options
author | James Dennett <jdennett@google.com> | 2012-07-02 07:01:42 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-07-02 07:01:42 +0000 |
commit | 2f7f5b1f5ff023cb8c4008ae53a12b09e3ea2622 (patch) | |
tree | 9cef20c93816e840401a5cea949a5e4e2ebbd169 /include/clang/Basic/VersionTuple.h | |
parent | 435d2682893f5ebdaa652b567073ff223f5ada4f (diff) |
Documentation cleanup: reformatting/fixing up file comments so that they have
\file and \brief markup and appear in Doxygen's summaries (and eventually at
http://clang.llvm.org/doxygen/files.html). Fixed up another couple of minor
glitches in the docs at the same time.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159517 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/VersionTuple.h')
-rw-r--r-- | include/clang/Basic/VersionTuple.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/clang/Basic/VersionTuple.h b/include/clang/Basic/VersionTuple.h index 814350d82d..8a636d18a8 100644 --- a/include/clang/Basic/VersionTuple.h +++ b/include/clang/Basic/VersionTuple.h @@ -6,10 +6,11 @@ // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// -// This header defines the VersionTuple class, which represents a version in -// the form major[.minor[.subminor]]. -// +/// +/// \file +/// \brief Defines the clang::VersionTuple class, which represents a version in +/// the form major[.minor[.subminor]]. +/// //===----------------------------------------------------------------------===// #ifndef LLVM_CLANG_BASIC_VERSIONTUPLE_H #define LLVM_CLANG_BASIC_VERSIONTUPLE_H |