Skip to content

Commit 67c9d9e

Browse files
committed
Remove virtual node marking from documentation in luadoc.lua to streamline processing of plugin documentation.
1 parent bf73e63 commit 67c9d9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script/parser/luadoc.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2324,7 +2324,6 @@ return {
23242324
pluginDocs[#pluginDocs+1] = doc
23252325
doc.special = src
23262326
doc.originalComment = comment
2327-
doc.virtual = true
23282327
markVirtual(doc)
23292328
doc.specialBindGroup = group
23302329
ast.state.pluginDocs = pluginDocs

0 commit comments

Comments
 (0)