[docs] fix duplicate names

This commit is contained in:
ryanfleury
2021-11-01 01:16:48 -06:00
parent 5b984f5bc1
commit 4f5105f5d4
+2 -2
View File
@@ -2192,7 +2192,7 @@ MD_MessageListConcat:
@send(Nodes) @send(Nodes)
@doc("Gets the string of the comment that immediately followed @code 'node', if any.") @doc("Gets the string of the comment that immediately followed @code 'node', if any.")
@func MD_PrevCommentFromNode: @func MD_NextCommentFromNode:
{ {
node: *MD_Node, node: *MD_Node,
return: MD_String8, return: MD_String8,
@@ -2419,7 +2419,7 @@ MD_MessageListConcat:
@send(StringGeneration) @send(StringGeneration)
@doc("Writes to @code 'out', writing legal Metadesk strings that attempt to reconstruct the code that was parsed to form @code 'node' as closely as possible.") @doc("Writes to @code 'out', writing legal Metadesk strings that attempt to reconstruct the code that was parsed to form @code 'node' as closely as possible.")
@func MD_DebugDumpFromNode: @func MD_ReconstructionFromNode:
{ {
@doc("The arena to use for string allocation.") @doc("The arena to use for string allocation.")
arena: *MD_Arena, arena: *MD_Arena,