Skip to content

Commit b6c89f4

Browse files
jpienaarRiver707
andauthored
Update mlir/include/mlir/IR/Location.h
Co-authored-by: River Riddle <[email protected]>
1 parent 9fc9ed3 commit b6c89f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mlir/include/mlir/IR/Location.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ class FusedLocWith : public FusedLoc {
173173
// FileLineColLoc
174174
//===----------------------------------------------------------------------===//
175175

176-
// An instance of this location represents a tuple of file, line number, and
177-
// column number. This is similar to the type of location that you get from
178-
// most source languages.
179-
//
180-
// FileLineColLoc is a FileLineColRange with exactly one line and column.
176+
/// An instance of this location represents a tuple of file, line number, and
177+
/// column number. This is similar to the type of location that you get from
178+
/// most source languages.
179+
///
180+
/// FileLineColLoc is a FileLineColRange with exactly one line and column.
181181
class FileLineColLoc : public FileLineColRange {
182182
public:
183183
using FileLineColRange::FileLineColRange;

0 commit comments

Comments
 (0)