http://d.puremagic.com/issues/show_bug.cgi?id=2381
Yao Gomez <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Version|1.035 |D1 Summary|Minor mistakes in DDoc |(D1 only) Minor mistakes in |comments of std.path. |DDoc comments of std.path. --- Comment #5 from Yao Gomez <[email protected]> 2012-02-05 11:11:17 PST --- == D2 std.path == getDirName doesn't appear anymore in the documentation. In the code is just an alias to dirname. Moreover, std.path.dirname[1], and std.path.getName[2] will be marked as deprecated this very same month (february 2012), so I think that it's safe to close this bug report now, or when the deprecation actually takes place, because there's no point in updating the docs. [1] http://dlang.org/phobos/std_path.html#dirname [2] http://dlang.org/phobos/std_path.html#getName == D1 std.path == pull: https://github.com/D-Programming-Language/phobos/pull/419 This fixes only the documentation issues. The GENERATED_BY macro is an issue apart (or not an issue at all). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
