Skip to content

Commit d4d76fe

Browse files
committed
Update doc comments [ci skip]
1 parent 97f7755 commit d4d76fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/trashcan.d

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ struct TrashcanItem
380380
_trashedPath = trashedPath;
381381
}
382382
}
383-
/// Original location of item (before it was moved to trashcan).
383+
/// Original location of the item (absolute path) before it was moved to trashcan.
384384
@safe @property @nogc nothrow pure string restorePath() const {
385385
return _restorePath;
386386
}
@@ -750,8 +750,6 @@ version(D_Ddoc)
750750
@safe void restore(ref scope TrashcanItem item) {}
751751
/**
752752
* Erase item from trashcan.
753-
* Bugs:
754-
* On Windows it brings up the GUI dialog. If you know how to implement silent deleting, make a pull request!
755753
* Throws:
756754
* $(B WindowsException) on Windows when the operation failed.$(BR)
757755
* $(B FileException) on Posix when could not delete the item.$(BR)

0 commit comments

Comments
 (0)