comparison doc/html/api/module/Irccd.Server/method/part.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: part 2 method: part
3 js: true
3 summary: "Leave the specified channel, the reason is optional." 4 summary: "Leave the specified channel, the reason is optional."
4 synopsis: "Server.prototype.part(channel, reason)" 5 synopsis: "Server.prototype.part(channel, reason)"
5 arguments: 6 arguments:
6 - "**channel**: the channel to leave," 7 - "**channel**: the channel to leave,"
7 - "**reason**: an optional reason." 8 - "**reason**: an optional reason."