libgnt/libgnt

f3b2baa52dff
Remove an old gtk-doc comment that isn't necessary anymore

Testing Done:
Built the docs.

Reviewed at https://reviews.imfreedom.org/r/1173/
plugindir = get_option('libdir') / 'gnt3'
irssi = library('irssi', 'irssi.c',
c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Gnt-IRSSI"'],
dependencies : [ncurses, gobject, libgnt_dep],
name_prefix : '',
install : true, install_dir : plugindir)
s = library('s', 's.c',
c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Gnt-S"'],
dependencies : [ncurses, gobject, libgnt_dep],
name_prefix : '',
install : true, install_dir : plugindir)