Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1173 (closed defect: invalid)

Opened 2 months ago

Last modified 2 months ago

Wrong function signature in docs

Reported by: tomD Assigned to: larsivi
Priority: trivial Milestone: 0.99.7
Component: Documentation Version: 0.99.6 Jeff
Keywords: Cc:

Description

According to the docs, tango.text.Properties.Properties has a load method load(char[] path, void delegate(T[] name, T[] value) dg); which does not exist.

Change History

07/04/08 17:12:08 changed by larsivi

  • status changed from new to closed.
  • resolution set to invalid.

It has that method, it is just newer than 0.99.6. Will make a note on this to the docs though.

07/04/08 17:14:02 changed by larsivi

(In [3702]) Add since 0.99.7 to docs, refs #1173

07/04/08 21:58:47 changed by kris

Properties is deprecated in favour of stream.MapStream?

07/05/08 05:01:13 changed by larsivi

But it is not marked as such?