dlang.org icon indicating copy to clipboard operation
dlang.org copied to clipboard

Missing Pages in Internal API core section

Open Prthmsh7 opened this issue 8 months ago • 1 comments

I was going through the Internal API core section of dlang website and found some missing pages :

https://dlang.org/phobos/core_internal_array_arrayassign.html https://dlang.org/phobos/core_internal_array_duplication.html https://dlang.org/phobos/core_internal_util_math.html

Prthmsh7 avatar Apr 15 '25 15:04 Prthmsh7

I suppose it could be on purpose that things in core.internal are undocumented. But as far as I can tell, yes, those modules are present in the index in the sidebar — which they shouldn’t really be if they were supposed to be undocumented. However, if they were supposed to show up there, they’d better be documented too (even if declared internal).

(As far as I can tell, modules of std.internal don’t show up — which makes sense.)

0xEAB avatar Apr 15 '25 23:04 0xEAB