diff doc/html/api/module/Irccd.File/Irccd.File.remove.md @ 263:48676ca7071c

Docs: use less hierarchy for less indexes
author David Demelier <markand@malikania.fr>
date Thu, 15 Sep 2016 13:16:05 +0200
parents
children 186864e9f131
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/html/api/module/Irccd.File/Irccd.File.remove.md	Thu Sep 15 13:16:05 2016 +0200
@@ -0,0 +1,9 @@
+---
+function: remove
+js: true
+summary: "Remove the file at the specified path."
+synopsis: "Irccd.File.remove(path)"
+arguments:
+  - "**path**: the path to the file."
+throws: "An [Irccd.SystemError](@baseurl@/api/module/Irccd/index.html#types) on failures."
+---