Fix a signal parameter documentation

This commit is contained in:
Colomban Wendling 2021-10-09 15:47:55 +02:00
parent ea311cd0cc
commit b10b42b7e7

View File

@ -227,7 +227,7 @@ signal void (*build_start)(GObject *obj, gpointer user_data);
* @param obj a GeanyObject instance, should be ignored.
* @param word the current word (in UTF-8 encoding) below the cursor position
* where the popup menu will be opened.
* @param click_pos the cursor position where the popup will be opened.
* @param pos the cursor position where the popup will be opened.
* @param doc the current document.
* @param user_data user data.
*/