Skip to content

Commit 90e43d9

Browse files
author
Owen Jones
committed
Fix "#" being converted to "::" in doxygen
1 parent c423bb6 commit 90e43d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/architectural/data-structures-core-structures-and-ast.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ See documentation at \ref irept.
2727
As that documentation says, `irept`s are generic tree nodes. You should
2828
think of them as having a single string (data, actually an `irep_idt`) and
2929
lots of child nodes, some of which are numbered (sub) and some of which are
30-
labelled, and the label can either start with a “#” (comments-sub) or without
31-
one (named-sub). The meaning of the “#” is that this child should not be
30+
labelled, and the label can either start with a “\#” (comments-sub) or without
31+
one (named-sub). The meaning of the “\#” is that this child should not be
3232
considered important, for example it shouldn’t be counted when comparing two
3333
`irept`s for equality.
3434

0 commit comments

Comments
 (0)