mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 18:53:12 +02:00
Reformat and add comments for description of C sources
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* alias-config.c: alias configuration options */
|
||||
/*
|
||||
* alias-config.c: alias configuration options (file alias.conf)
|
||||
*/
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -16,7 +16,9 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* alias-info.c: info and infolist hooks for alias plugin */
|
||||
/*
|
||||
* alias-info.c: info and infolist hooks for alias plugin
|
||||
*/
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -16,7 +16,10 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* alias.c: Alias plugin for WeeChat */
|
||||
/*
|
||||
* alias.c: alias plugin for WeeChat: create "alias" commands to run other
|
||||
* commands
|
||||
*/
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user