From 5d0da59b3dbd20fdd9fa36d17633437cb485244e Mon Sep 17 00:00:00 2001 From: James Dennett Date: Sun, 17 Feb 2013 08:19:35 +0000 Subject: Documentation cleanup: fix a typo ("////" for "///") and suppress Doxygen's automatic link generation for "file:", as it's not used as a URL here. llvm-svn: 175390 --- clang/include/clang/Basic/SourceManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang') diff --git a/clang/include/clang/Basic/SourceManager.h b/clang/include/clang/Basic/SourceManager.h index a6636b8b368..b4a8591e397 100644 --- a/clang/include/clang/Basic/SourceManager.h +++ b/clang/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 { -- cgit v1.2.3