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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user