zig icon indicating copy to clipboard operation
zig copied to clipboard

Autodoc: function displayed twice when aliased

Open AndrewKraevskii opened this issue 10 months ago • 1 comments

Zig Version

master

Steps to Reproduce and Observed Behavior

Go to https://ziglang.org/documentation/master/std/#std.mem and search (browser search f3 not autodoc's) for tokenizeAny it is present twice.

IMG_20240502_073139

Expected Behavior

I expect to see it only once

AndrewKraevskii avatar May 02 '24 04:05 AndrewKraevskii

this is because the deprecated std.mem.tokenize is an alias for tokenizeAny https://ziglang.org/documentation/master/std/#std.mem.tokenize image

xdBronch avatar May 02 '24 05:05 xdBronch