summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/PrettyStackTrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Basic/PrettyStackTrace.h')
-rw-r--r--include/clang/Basic/PrettyStackTrace.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/clang/Basic/PrettyStackTrace.h b/include/clang/Basic/PrettyStackTrace.h
index 06a12644c3..2f8cba42f9 100644
--- a/include/clang/Basic/PrettyStackTrace.h
+++ b/include/clang/Basic/PrettyStackTrace.h
@@ -6,11 +6,12 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-//
-// This file defines the PrettyStackTraceEntry class, which is used to make
-// crashes give more contextual information about what the program was doing
-// when it crashed.
-//
+///
+/// \file
+/// \brief Defines the PrettyStackTraceEntry class, which is used to make
+/// crashes give more contextual information about what the program was doing
+/// when it crashed.
+///
//===----------------------------------------------------------------------===//
#ifndef CLANG_BASIC_PRETTYSTACKTRACE_H