comparison doc/html/api/module/Irccd.File/method/write.md @ 24:392778b6d3c9

Docs: arguments are now in bold, #423
author David Demelier <markand@malikania.fr>
date Tue, 16 Feb 2016 13:36:46 +0100
parents 1158cffe5a5e
children 12dfbec74a9c
comparison
equal deleted inserted replaced
23:03068f5ed79d 24:392778b6d3c9
1 --- 1 ---
2 method: write 2 method: write
3 summary: "Write some characters to the file." 3 summary: "Write some characters to the file."
4 synopsis: "File.prototype.write(data)" 4 synopsis: "File.prototype.write(data)"
5 arguments: 5 arguments:
6 - "data, the character to write." 6 - "**data**: the character to write."
7 throws: "Any exception on error." 7 throws: "Any exception on error."
8 --- 8 ---