comparison doc/html/api/module/Irccd.Directory/method/remove.md @ 260:904ee87bc808

CMake: split documentation into several topic, closes #535
author David Demelier <markand@malikania.fr>
date Wed, 14 Sep 2016 13:36:06 +0200
parents 392778b6d3c9
children
comparison
equal deleted inserted replaced
259:0fd0290d61b4 260:904ee87bc808
1 --- 1 ---
2 method: remove 2 method: remove
3 js: true
3 summary: "Synonym of [Irccd.Directory.remove](@baseurl@/api/module/Irccd.Directory/function/remove.html) but the path is taken from the directory object." 4 summary: "Synonym of [Irccd.Directory.remove](@baseurl@/api/module/Irccd.Directory/function/remove.html) but the path is taken from the directory object."
4 synopsis: "Directory.prototype.remove(recursive)" 5 synopsis: "Directory.prototype.remove(recursive)"
5 arguments: 6 arguments:
6 - "**recursive**: recursively or not (Optional, default: false)." 7 - "**recursive**: recursively or not (Optional, default: false)."
7 throws: "Any exception on error" 8 throws: "Any exception on error"