summaryrefslogtreecommitdiffstats
path: root/clang/include/clang/Basic/SourceManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/include/clang/Basic/SourceManager.h')
-rw-r--r--clang/include/clang/Basic/SourceManager.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/clang/include/clang/Basic/SourceManager.h b/clang/include/clang/Basic/SourceManager.h
index c4eb0b5fa7a..d5657c70e17 100644
--- a/clang/include/clang/Basic/SourceManager.h
+++ b/clang/include/clang/Basic/SourceManager.h
@@ -7,9 +7,10 @@
//
//===----------------------------------------------------------------------===//
///
-/// \file Defines the SourceManager interface.
+/// \file
+/// \brief Defines the SourceManager interface.
///
-/// There are three different types of locations in a file\: a spelling
+/// There are three different types of locations in a file: a spelling
/// location, an expansion location, and a presumed location.
///
/// Given an example of:
@@ -19,7 +20,7 @@
///
/// and then later on a use of min:
/// \code
-/// \#line 17
+/// #line 17
/// return min(a, b);
/// \endcode
///
OpenPOWER on IntegriCloud