1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23: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
+5 -5
View File
@@ -30,7 +30,7 @@
/*
* rmodifier_command_print: print a rmodifier
* Displays a rmodifier.
*/
void
@@ -55,7 +55,7 @@ rmodifier_command_print (const char *name, const char *modifiers,
}
/*
* rmodifier_command_list: list rmodifiers
* Displays list of rmodifiers.
*/
void
@@ -81,7 +81,7 @@ rmodifier_command_list (const char *message)
}
/*
* rmodifier_command_cb: manage rmodifiers
* Callback for command "/rmodifier": manages rmodifiers.
*/
int
@@ -139,7 +139,7 @@ rmodifier_command_cb (void *data, struct t_gui_buffer *buffer, int argc,
argv[2]);
return WEECHAT_RC_OK;
}
/* create config option */
/* create configuration option */
ptr_option = weechat_config_search_option (rmodifier_config_file,
rmodifier_config_section_modifier,
argv[2]);
@@ -226,7 +226,7 @@ rmodifier_command_cb (void *data, struct t_gui_buffer *buffer, int argc,
}
/*
* rmodifier_command_init: add /rmodifier command
* Hooks command.
*/
void