diff -r b46c3e15775e -r f87252ccd1ff pidgin/gtkwebview.h --- a/pidgin/gtkwebview.h Wed Nov 11 00:32:17 2015 -0800 +++ b/pidgin/gtkwebview.h Wed Nov 11 00:33:26 2015 -0800 @@ -61,7 +61,7 @@ PIDGIN_WEBVIEW_SMILEY = 1 << 10, PIDGIN_WEBVIEW_LINKDESC = 1 << 11, PIDGIN_WEBVIEW_STRIKE = 1 << 12, - /** Show custom smileys when appropriate. */ + /* Show custom smileys when appropriate. */ PIDGIN_WEBVIEW_CUSTOM_SMILEY = 1 << 13, PIDGIN_WEBVIEW_ALL = -1 } PidginWebViewButtons;