comparison doc/html/api/module/Irccd.File/function/remove.md @ 13:070a1ece2af6

Docs: fix various errors in JavaScript API
author David Demelier <markand@malikania.fr>
date Thu, 11 Feb 2016 22:02:57 +0100
parents 1158cffe5a5e
children 392778b6d3c9
comparison
equal deleted inserted replaced
12:960e03040ddf 13:070a1ece2af6
1 --- 1 ---
2 function: remove 2 function: remove
3 summary: "Remove the file at the specified path." 3 summary: "Remove the file at the specified path."
4 synopsis: "Irccd.File.remove(path)" 4 synopsis: "Irccd.File.remove(path)"
5 arguments: 5 arguments:
6 - "path, the path to the file" 6 - "path, the path to the file."
7 throws: "Any exception on error." 7 throws: "Any exception on error."
8 --- 8 ---