Convert comments to proper Doxygen comments.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158241 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Rewrite/InclusionRewriter.cpp b/lib/Rewrite/InclusionRewriter.cpp
index 439d777..c6a4e24 100644
--- a/lib/Rewrite/InclusionRewriter.cpp
+++ b/lib/Rewrite/InclusionRewriter.cpp
@@ -33,11 +33,11 @@
     FileChange(SourceLocation From) : From(From) {
     }
   };
-  Preprocessor &PP; //< Used to find inclusion directives.
-  SourceManager &SM; //< Used to read and manage source files.
-  raw_ostream &OS; //< The destination stream for rewritten contents.
-  bool ShowLineMarkers; //< Show #line markers.
-  bool UseLineDirective; //< Use of line directives or line markers.
+  Preprocessor &PP; ///< Used to find inclusion directives.
+  SourceManager &SM; ///< Used to read and manage source files.
+  raw_ostream &OS; ///< The destination stream for rewritten contents.
+  bool ShowLineMarkers; ///< Show #line markers.
+  bool UseLineDirective; ///< Use of line directives or line markers.
   typedef std::map<unsigned, FileChange> FileChangeMap;
   FileChangeMap FileChanges; /// Tracks which files were included where.
   /// Used transitively for building up the FileChanges mapping over the