Skip to content

Commit dbdb4d3

Browse files
committed
FEAT: allow comments in automatically collected REBNATIVE code specifications
1 parent d7d85ce commit dbdb4d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make/tools/make-headers.reb

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ context [
128128
newline
129129
[
130130
"/*" ; must be in func header section, not file banner
131+
any ["^/**" to newline] ; allow comments in this section
131132
[
132133
thru newline s:
133134
opt ["**" | " *" | "//"]

0 commit comments

Comments
 (0)