summaryrefslogtreecommitdiffstats
path: root/clang/include/clang/Basic/DiagnosticIDs.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/DiagnosticIDs.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/DiagnosticIDs.h')
-rw-r--r--clang/include/clang/Basic/DiagnosticIDs.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/clang/include/clang/Basic/DiagnosticIDs.h b/clang/include/clang/Basic/DiagnosticIDs.h
index f00929d85b8..532de5ed065 100644
--- a/clang/include/clang/Basic/DiagnosticIDs.h
+++ b/clang/include/clang/Basic/DiagnosticIDs.h
@@ -6,9 +6,10 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-//
-// This file defines the Diagnostic IDs-related interfaces.
-//
+///
+/// \file
+/// \brief Defines the Diagnostic IDs-related interfaces.
+///
//===----------------------------------------------------------------------===//
#ifndef LLVM_CLANG_DIAGNOSTICIDS_H
OpenPOWER on IntegriCloud