pidgin/pidgin

0cf92aa817fd
Fix some doc warnings for PurpleDebugUiInterface

Testing Done:
Verified the warnings were eliminated.

Reviewed at https://reviews.imfreedom.org/r/647/
IRC_SOURCES = [
'cmds.c',
'dcc_send.c',
'irc.c',
'irc.h',
'msgs.c',
'parse.c'
]
if DYNAMIC_IRC
irc_prpl = shared_library('irc', IRC_SOURCES,
dependencies : [sasl, libpurple_dep, glib, gio, ws2_32],
install : true, install_dir : PURPLE_PLUGINDIR)
endif