1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +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
+3 -3
View File
@@ -35,7 +35,7 @@
/*
* script_command_action: run action
* Runs an action.
*/
void
@@ -119,7 +119,7 @@ script_command_action (struct t_gui_buffer *buffer, const char *action,
}
/*
* script_command_script: command to manage scripts
* Callback for command "/script": manages scripts.
*/
int
@@ -269,7 +269,7 @@ script_command_script (void *data, struct t_gui_buffer *buffer, int argc,
}
/*
* scrit_command_init: init script commands (create hooks)
* Hook command.
*/
void