diff options
author | James Dennett <jdennett@google.com> | 2013-02-17 08:19:35 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2013-02-17 08:19:35 +0000 |
commit | 49d7111bd42e38fb5f1d7ec5474b9f119e0d7b56 (patch) | |
tree | f937f350839ea7b6c1b007cfac4f1b9f664c58a7 /include/clang/Basic/SourceManager.h | |
parent | 56c00c4868831c9a137ca7b0e16d063cf986d110 (diff) |
Documentation cleanup: fix a typo ("////" for "///") and suppress Doxygen's
automatic link generation for "file:", as it's not used as a URL here.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175390 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/SourceManager.h')
-rw-r--r-- | include/clang/Basic/SourceManager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Basic/SourceManager.h b/include/clang/Basic/SourceManager.h index a6636b8b36..b4a8591e39 100644 --- a/include/clang/Basic/SourceManager.h +++ b/include/clang/Basic/SourceManager.h @@ -10,7 +10,7 @@ /// \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: @@ -79,7 +79,7 @@ namespace SrcMgr { }; /// \brief One instance of this struct is kept for every file loaded or used. - //// + /// /// This object owns the MemoryBuffer object. class ContentCache { enum CCFlags { |