Comment #0 by john.loughran.colvin — 2016-03-11T14:09:05Z
I don't know whether we want to document the whole of core.stdc on the site, but core.stdc.config should definitely be obvious to users.
Comment #1 by schveiguy — 2016-03-11T15:43:49Z
(In reply to John Colvin from comment #0)
> I don't know whether we want to document the whole of core.stdc on the site,
> but core.stdc.config should definitely be obvious to users.
grrr. I spent a lot of time making core.stdc available. It's there (e.g. http://dlang.org/phobos/core_stdc_stdlib.html), just not in the menu tree.
However, config.d is not a C header, I think it's specific to porting C code to D. So it needs to be documented separately.
Comment #2 by schveiguy — 2016-03-11T16:12:40Z
FYI: https://github.com/D-Programming-Language/dlang.org/pull/1248
Note that core.stdc.config is specifically excluded from the menu in the same way core.stdc was, so you'll have to change dlang.org if this gets fixed (currently, there is no generated core.stdc.config doc, so it has to be excluded).
Comment #3 by luis — 2018-01-19T18:08:49Z
Given that, for instance, the documentation references this module (e.g. <https://dlang.org/spec/interfaceToC.html>) it totally should show up properly in the documentation, including in the menu tree.
*** This issue has been marked as a duplicate of issue 13844 ***