doc/reference/meson.build

Sat, 11 Dec 2021 20:18:06 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Sat, 11 Dec 2021 20:18:06 -0600
changeset 41200
92a47aa620cf
parent 41105
02c3569bc32b
child 42678
0b9b81b6ff18
permissions
-rw-r--r--

Remove unnecessary gtk-doc comments and move them where possible from libpurple/[a-c]*.h

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/1178/

if get_option('doc')

subdir('libpurple')
subdir('protocols')

if ENABLE_GTK
	subdir('pidgin')
else
	pidgin_doc = []
endif

if enable_consoleui
	subdir('finch')
else
	finch_doc = []
endif

alias_target('doc', libpurple_doc, protocols_doc, pidgin_doc, finch_doc)

endif

mercurial