Skip to content

Commit d8bbe8a

Browse files
committed
Reformat doxygen comment.
1 parent 0ead929 commit d8bbe8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/IRGen/IRGenDebugInfo.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ typedef llvm::DenseMap<const llvm::MDString *, llvm::TrackingMDNodeRef>
6565
enum IndirectionKind : bool { DirectValue = false, IndirectValue = true };
6666
enum ArtificialKind : bool { RealValue = false, ArtificialValue = true };
6767

68-
/// IRGenDebugInfo - Helper object that keeps track of the current
69-
/// CompileUnit, File, LexicalScope, and translates SILLocations into
70-
/// <llvm::DebugLoc>s.
68+
/// Helper object that keeps track of the current CompileUnit, File,
69+
/// LexicalScope, and knows how to translate a \c SILLocation into an
70+
/// \c llvm::DebugLoc.
7171
class IRGenDebugInfo {
7272
friend class ArtificialLocation;
7373
const IRGenOptions &Opts;

0 commit comments

Comments
 (0)