summaryrefslogtreecommitdiffstats
path: root/clang/include/clang/Basic/VersionTuple.h
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-07-02 07:01:42 +0000
committerJames Dennett <jdennett@google.com>2012-07-02 07:01:42 +0000
commit9784d093e132f96255c8c943bc082f772235e33a (patch)
treed1ee53a44801929c2d50ba4cdedbf6bfce90caaf /clang/include/clang/Basic/VersionTuple.h
parentb462dfcaeb741547a26dc1fce37dbf9bf2aacbee (diff)
downloadbcm5719-llvm-9784d093e132f96255c8c943bc082f772235e33a.tar.gz
bcm5719-llvm-9784d093e132f96255c8c943bc082f772235e33a.zip
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. llvm-svn: 159517
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