1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 11:43:13 +02:00

doc: fix styles in plugin API reference

This commit is contained in:
Sébastien Helleu
2018-05-20 15:55:37 +02:00
parent 6356646c25
commit c1fc590e0a
+4 -4
View File
@@ -4891,7 +4891,7 @@ This function is not available in scripting API.
_WeeChat ≥ 2.2._
Add hashtable items from an infolist.
Add infolist items in a hashtable.
Prototype:
@@ -4904,9 +4904,9 @@ int weechat_hashtable_add_from_infolist (struct t_hashtable *hashtable,
Arguments:
* 'hashtable': hashtable pointer
* 'infolist': infolist pointer
* 'prefix': string used as prefix for names in infolist
* _hashtable_: hashtable pointer
* _infolist_: infolist pointer
* _prefix_: string used as prefix for names in infolist
Return value: