talkatu/talkatu

Remove an unecessary gtk-doc comment

2021-12-11, Gary Kramlich
53d3a46592f2
Remove an unecessary gtk-doc comment

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/1174/
if get_option('vapi')
if not get_option('introspection')
error('Vala generation requires GObject Introspection.')
endif
add_languages('vala', native : false)
talkatu_vapi = gnome.generate_vapi('talkatu',
sources : talkatu_gir[0],
packages : [ 'gtk+-3.0' ],
install : true,
gir_dirs : meson.current_build_dir() / '..' / 'talkatu',
)
endif # vala