pidgin/pidgin

Add description to PurpleProtocol

2021-07-13, Prateek Pardeshi
ddc26be7f597
Add description to PurpleProtocol

Testing Done:
Ran and tested on the Account Assistant, which I'm developing currently.

![](https://i.ibb.co/bsVHdJv/Screenshot-from-2021-07-12-11-13-55.png)

Bugs closed: PIDGIN-17460

Reviewed at https://reviews.imfreedom.org/r/803/
if ENABLE_DOC
subdir('reference')
endif
if ENABLE_GTK
pidgin_man = configure_file(
input : 'pidgin3.1.in',
output : 'pidgin3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif
if enable_consoleui
finch_man = configure_file(
input : 'finch3.1.in',
output : 'finch3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif