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

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 Jonathan M Davis changed: What|Removed |Added CC|

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

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 --- Comment #7 from RazvanN --- I think that having all fromISOString overloads gathered in a single template function which is called fromISOString!Choose_type(some_string), where Choose_type is one of {Date, DateTime,

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

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 --- Comment #6 from Vladimir Panteleev --- (In reply to RazvanN from comment #5) > For now we could wrap the static call in a public call outside the struct > and generate documentation for that function (and other

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

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 --- Comment #5 from RazvanN --- For now we could wrap the static call in a public call outside the struct and generate documentation for that function (and other overloads). --

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

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 --- Comment #3 from Andrei Alexandrescu --- 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

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

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 --- Comment #4 from Andrei Alexandrescu --- s/to appear/do appear/ --

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

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 RazvanN changed: What|Removed |Added CC|

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

2017-06-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 Vladimir Panteleev changed: What|Removed |Added CC|

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

2016-12-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 Jack Stouffer changed: What|Removed |Added CC||j...@jackstouffer.com

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

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 Andrei Alexandrescu changed: What|Removed |Added Keywords||trivial