1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 01:03:14 +02:00

core: reformat comments for functions

This commit is contained in:
Sebastien Helleu
2012-12-13 18:51:44 +01:00
parent 9db5682186
commit 7d34812f1c
169 changed files with 5824 additions and 10281 deletions
+2 -2
View File
@@ -31,7 +31,7 @@
/*
* script_info_get_infolist_cb: callback called when script infolist is asked
* Returns infolist with script info.
*/
struct t_infolist *
@@ -91,7 +91,7 @@ script_info_get_infolist_cb (void *data, const char *infolist_name,
}
/*
* script_info_init: initialize info, infolist and hdata hooks for script plugin
* Hooks infolist and hdata.
*/
void