[Issue 16992] fromISOString, fromISOExtString, and fromSimpleString do not have examples

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jul 4 05:01:47 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=16992

--- Comment #3 from Andrei Alexandrescu <andrei at erdani.com> ---
The examples to appear in ddox, see e.g.
https://dlang.org/library/std/datetime/date.from_iso_string.html. The problem
is therefore in ddmd/src/doc.d. Probably the intent was to not generate
examples for module-level static functions because those are not accessible
publicly anyway.

--


More information about the Digitalmars-d-bugs mailing list