dlang.org
dlang.org copied to clipboard
Documentation for std.algorithm.mutation.remove: some code examples look wrong
GL reported this on 2024-11-26T17:03:58Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=24885
CC List
- Richard (Rikki) Andrew Cattermole
- Nick Treleaven (@ntrel)
Description
Created attachment 1924
wrong-looking code example
Hello,
right now on this page:
https://dlang.org/library/std/algorithm/mutation/remove.html
some code examples look wrong, see attachment screenshot.
!!!There are attachements in the bugzilla issue that have not been copied over!!!
alphaglosined commented on 2024-11-27T05:21:49Z
This page was generated by ddox.
It is likely not a bug in the spec.
https://github.com/dlang/ddox
I.e. Ddoc generates this page correctly https://dlang.org/phobos/std_algorithm_mutation.html#remove
nick (@ntrel) commented on 2024-11-27T10:41:26Z
Possibly related to:
https://github.com/dlang/ddox/issues/248
i want to work on this issue
@nilaygit-10721 Feel free to go ahead and submit a pull request.