pidgin/pidgin

0cf92aa817fd
Fix some doc warnings for PurpleDebugUiInterface

Testing Done:
Verified the warnings were eliminated.

Reviewed at https://reviews.imfreedom.org/r/647/
SAMETIME_SOURCES = [
'sametime.c',
'sametime.h',
'im_mime.c',
'im_mime.h',
]
if DYNAMIC_SAMETIME
sametime_prpl = shared_library('sametime', SAMETIME_SOURCES,
c_args : ['-DG_LOG_DOMAIN="sametime"'],
dependencies : [meanwhile, gmime, libpurple_dep, glib],
install : true, install_dir : PURPLE_PLUGINDIR)
subdir('tests')
endif