Skip to content

Commit c60972a

Browse files
authored
[clang][bytecode][NFC] Surround Pointer diagram in \verbatim (#158550)
See if this fixes the documentation.
1 parent 24b5867 commit c60972a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/AST/ByteCode/Pointer.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ enum class Storage { Block, Int, Fn, Typeid };
7575
/// data the pointer decribes can be found at
7676
/// Pointee->rawData() + Pointer.Offset.
7777
///
78-
///
78+
/// \verbatim
7979
/// Pointee Offset
8080
/// │ │
8181
/// │ │
@@ -87,6 +87,7 @@ enum class Storage { Block, Int, Fn, Typeid };
8787
/// │
8888
/// │
8989
/// Base
90+
/// \endverbatim
9091
class Pointer {
9192
private:
9293
static constexpr unsigned PastEndMark = ~0u;

0 commit comments

Comments
 (0)