summaryrefslogtreecommitdiffstats
path: root/clang/include/clang/Basic/VersionTuple.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/include/clang/Basic/VersionTuple.h')
-rw-r--r--clang/include/clang/Basic/VersionTuple.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/clang/include/clang/Basic/VersionTuple.h b/clang/include/clang/Basic/VersionTuple.h
index 814350d82d0..8a636d18a86 100644
--- a/clang/include/clang/Basic/VersionTuple.h
+++ b/clang/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
OpenPOWER on IntegriCloud