diff options
Diffstat (limited to 'src')
121 files changed, 371 insertions, 121 deletions
diff --git a/src/core/wee-backtrace.c b/src/core/wee-backtrace.c index 1291f8215..e73eeb717 100644 --- a/src/core/wee-backtrace.c +++ b/src/core/wee-backtrace.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-backtrace.c: display backtrace after a segfault */ +/* + * wee-backtrace.c: display backtrace after a segfault + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 90b775f16..1a6d689b7 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-command.c: WeeChat commands */ +/* + * wee-command.c: WeeChat core commands + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/wee-config-file.c b/src/core/wee-config-file.c index 68c81491e..d00372313 100644 --- a/src/core/wee-config-file.c +++ b/src/core/wee-config-file.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-config-file.c: manages options in configuration files */ +/* + * wee-config-file.c: configuration files/sections/options management + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/wee-config.c b/src/core/wee-config.c index babc50b74..784e689ff 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-config.c: WeeChat configuration options */ +/* + * wee-config.c: WeeChat configuration options (file weechat.conf) + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/wee-debug.c b/src/core/wee-debug.c index 4b39061ba..b122a77e6 100644 --- a/src/core/wee-debug.c +++ b/src/core/wee-debug.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-debug.c: some debug functions for WeeChat */ +/* + * wee-debug.c: debug functions for WeeChat + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/wee-hook.c b/src/core/wee-hook.c index 937f32400..72a0e31a5 100644 --- a/src/core/wee-hook.c +++ b/src/core/wee-hook.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-hook.c: WeeChat hooks management */ +/* + * wee-hook.c: WeeChat hooks management + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/wee-infolist.c b/src/core/wee-infolist.c index 3014acb46..e2eb0d1a1 100644 --- a/src/core/wee-infolist.c +++ b/src/core/wee-infolist.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-infolist.c: manages info lists */ +/* + * wee-infolist.c: info lists management + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/wee-input.c b/src/core/wee-input.c index 3ff09c4f6..0f5855a4b 100644 --- a/src/core/wee-input.c +++ b/src/core/wee-input.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-input.c: default callback function to read user input */ +/* + * wee-input.c: default callback function to read user input + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/wee-list.c b/src/core/wee-list.c index 3c9a8a863..8316747c2 100644 --- a/src/core/wee-list.c +++ b/src/core/wee-list.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-list.c: sorted lists management */ +/* + * wee-list.c: sorted lists management + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/wee-log.c b/src/core/wee-log.c index 041a26d67..93ae8c141 100644 --- a/src/core/wee-log.c +++ b/src/core/wee-log.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-log.c: WeeChat log file */ +/* + * wee-log.c: WeeChat log file + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/wee-network.c b/src/core/wee-network.c index c6c1c7032..e3e42eb0c 100644 --- a/src/core/wee-network.c +++ b/src/core/wee-network.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-network.c: network functions for WeeChat */ +/* + * wee-network.c: network functions for WeeChat + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/wee-proxy.c b/src/core/wee-proxy.c index ae4a7e90e..71ef9e34b 100644 --- a/src/core/wee-proxy.c +++ b/src/core/wee-proxy.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-proxy.c: proxy functions */ +/* + * wee-proxy.c: proxy functions for WeeChat + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/wee-string.c b/src/core/wee-string.c index b213e2d6a..d454dbbbf 100644 --- a/src/core/wee-string.c +++ b/src/core/wee-string.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-string.c: string functions for WeeChat */ +/* + * wee-string.c: string functions for WeeChat + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/wee-upgrade-file.c b/src/core/wee-upgrade-file.c index cd453a352..0e50b88d5 100644 --- a/src/core/wee-upgrade-file.c +++ b/src/core/wee-upgrade-file.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-upgrade-file.c: save/restore data for upgrading WeeChat */ +/* + * wee-upgrade-file.c: save/restore data for upgrading WeeChat + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/wee-upgrade.c b/src/core/wee-upgrade.c index 46f98e2e9..667446230 100644 --- a/src/core/wee-upgrade.c +++ b/src/core/wee-upgrade.c @@ -16,7 +16,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-upgrade.c: save/restore session data */ +/* + * wee-upgrade.c: save/restore session data of WeeChat core + * (buffers, command history, hotlist, uptime) + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/wee-utf8.c b/src/core/wee-utf8.c index d22b6b033..8efe8c83b 100644 --- a/src/core/wee-utf8.c +++ b/src/core/wee-utf8.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-utf8.c: UTF-8 string functions for WeeChat */ +/* + * wee-utf8.c: UTF-8 string functions for WeeChat + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/wee-util.c b/src/core/wee-util.c index ec7a6784a..6272d645e 100644 --- a/src/core/wee-util.c +++ b/src/core/wee-util.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-util.c: some useful functions for WeeChat */ +/* + * wee-util.c: some useful functions for WeeChat + */ #ifdef HAVE_CONFIG_H diff --git a/src/core/weechat.c b/src/core/weechat.c index ece6aa65c..c3451e1b6 100644 --- a/src/core/weechat.c +++ b/src/core/weechat.c @@ -31,7 +31,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat.c: core functions for WeeChat */ +/* + * weechat.c: core functions for WeeChat + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/curses/gui-curses-bar-window.c b/src/gui/curses/gui-curses-bar-window.c index a0565d6c7..ba75a13af 100644 --- a/src/gui/curses/gui-curses-bar-window.c +++ b/src/gui/curses/gui-curses-bar-window.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-curses-bar-window.c: bar window functions for Curses GUI */ +/* + * gui-curses-bar-window.c: bar window functions for Curses GUI + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/curses/gui-curses-chat.c b/src/gui/curses/gui-curses-chat.c index 64d905ee3..42cb157d9 100644 --- a/src/gui/curses/gui-curses-chat.c +++ b/src/gui/curses/gui-curses-chat.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-curses-chat.c: chat display functions for Curses GUI */ +/* + * gui-curses-chat.c: chat display functions for Curses GUI + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/curses/gui-curses-color.c b/src/gui/curses/gui-curses-color.c index fdd5993b1..92eb4e0d6 100644 --- a/src/gui/curses/gui-curses-color.c +++ b/src/gui/curses/gui-curses-color.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-curses-color.c: color functions for Curses GUI */ +/* + * gui-curses-color.c: color functions for Curses GUI + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/curses/gui-curses-keyboard.c b/src/gui/curses/gui-curses-keyboard.c index 115fea832..dc8957024 100644 --- a/src/gui/curses/gui-curses-keyboard.c +++ b/src/gui/curses/gui-curses-keyboard.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-curses-keyboard.c: keyboard functions for Curses GUI */ +/* + * gui-curses-keyboard.c: keyboard functions for Curses GUI + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/curses/gui-curses-main.c b/src/gui/curses/gui-curses-main.c index 3a90c6ef9..1ed915cd4 100644 --- a/src/gui/curses/gui-curses-main.c +++ b/src/gui/curses/gui-curses-main.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-curses-main.c: main loop for Curses GUI */ +/* + * gui-curses-main.c: main loop for Curses GUI + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/curses/gui-curses-window.c b/src/gui/curses/gui-curses-window.c index d630c4ae7..2b699d4c4 100644 --- a/src/gui/curses/gui-curses-window.c +++ b/src/gui/curses/gui-curses-window.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-curses-window.c: window display functions for Curses GUI */ +/* + * gui-curses-window.c: window display functions for Curses GUI + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gtk/gui-gtk-bar-window.c b/src/gui/gtk/gui-gtk-bar-window.c index 562be9da5..8246c03f7 100644 --- a/src/gui/gtk/gui-gtk-bar-window.c +++ b/src/gui/gtk/gui-gtk-bar-window.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-gtk-bar-window.c: bar window functions for Gtk GUI */ +/* + * gui-gtk-bar-window.c: bar window functions for Gtk GUI + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gtk/gui-gtk-chat.c b/src/gui/gtk/gui-gtk-chat.c index 86d7a8e21..0ed37c760 100644 --- a/src/gui/gtk/gui-gtk-chat.c +++ b/src/gui/gtk/gui-gtk-chat.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-gtk-chat.c: chat display functions for Gtk GUI */ +/* + * gui-gtk-chat.c: chat display functions for Gtk GUI + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gtk/gui-gtk-color.c b/src/gui/gtk/gui-gtk-color.c index c38fcdae5..ea89d2186 100644 --- a/src/gui/gtk/gui-gtk-color.c +++ b/src/gui/gtk/gui-gtk-color.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-gtk-color.c: color functions for Gtk GUI */ +/* + * gui-gtk-color.c: color functions for Gtk GUI + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gtk/gui-gtk-keyboard.c b/src/gui/gtk/gui-gtk-keyboard.c index 78c7c3b6c..f7941bf2f 100644 --- a/src/gui/gtk/gui-gtk-keyboard.c +++ b/src/gui/gtk/gui-gtk-keyboard.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-gtk-keyboard.c: keyboard functions for Gtk GUI */ +/* + * gui-gtk-keyboard.c: keyboard functions for Gtk GUI + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gtk/gui-gtk-main.c b/src/gui/gtk/gui-gtk-main.c index b0fa9ea90..bc3170f7f 100644 --- a/src/gui/gtk/gui-gtk-main.c +++ b/src/gui/gtk/gui-gtk-main.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-gtk-main.c: main loop for Gtk GUI */ +/* + * gui-gtk-main.c: main loop for Gtk GUI + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gtk/gui-gtk-window.c b/src/gui/gtk/gui-gtk-window.c index 5c1cf0854..e868fcbe7 100644 --- a/src/gui/gtk/gui-gtk-window.c +++ b/src/gui/gtk/gui-gtk-window.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-gtk-window.c: window display functions for Gtk GUI */ +/* + * gui-gtk-window.c: window display functions for Gtk GUI + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-bar-item.c b/src/gui/gui-bar-item.c index 8db2ec907..e29183d08 100644 --- a/src/gui/gui-bar-item.c +++ b/src/gui/gui-bar-item.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-bar-item.c: bar item functions, used by all GUI */ +/* + * gui-bar-item.c: bar item functions (used by all GUI) + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-bar-window.c b/src/gui/gui-bar-window.c index 97eed1f37..be0f2bb55 100644 --- a/src/gui/gui-bar-window.c +++ b/src/gui/gui-bar-window.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-bar-window.c: bar window functions, used by all GUI */ +/* + * gui-bar-window.c: bar window functions (used by all GUI) + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-bar.c b/src/gui/gui-bar.c index 536678bf7..42db64852 100644 --- a/src/gui/gui-bar.c +++ b/src/gui/gui-bar.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-bar.c: bar functions, used by all GUI */ +/* + * gui-bar.c: bar functions (used by all GUI) + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-buffer.c b/src/gui/gui-buffer.c index e32cc50c9..906f24293 100644 --- a/src/gui/gui-buffer.c +++ b/src/gui/gui-buffer.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-buffer.c: buffer functions, used by all GUI */ +/* + * gui-buffer.c: buffer functions (used by all GUI) + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-chat.c b/src/gui/gui-chat.c index 110ecd11f..c2eab74e8 100644 --- a/src/gui/gui-chat.c +++ b/src/gui/gui-chat.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-chat.c: chat functions, used by all GUI */ +/* + * gui-chat.c: chat functions (used by all GUI) + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-color.c b/src/gui/gui-color.c index 70e812ff5..7ce5ab301 100644 --- a/src/gui/gui-color.c +++ b/src/gui/gui-color.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-color.c: color functions, used by all GUI */ +/* + * gui-color.c: color functions (used by all GUI) + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-completion.c b/src/gui/gui-completion.c index 0d1c1b2c4..f81638639 100644 --- a/src/gui/gui-completion.c +++ b/src/gui/gui-completion.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-completion.c: word completion according to context */ +/* + * gui-completion.c: word completion according to context (used by all GUI) + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-filter.c b/src/gui/gui-filter.c index f407945f3..70e2391d7 100644 --- a/src/gui/gui-filter.c +++ b/src/gui/gui-filter.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-filter.c: filter functions, used by all GUI */ +/* + * gui-filter.c: filter functions (used by all GUI) + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-history.c b/src/gui/gui-history.c index dc54dd072..68dba843e 100644 --- a/src/gui/gui-history.c +++ b/src/gui/gui-history.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-history.c: memorize commands or text for buffers */ +/* + * gui-history.c: memorize commands or text for buffers (used by all GUI) + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-hotlist.c b/src/gui/gui-hotlist.c index fd7cfda55..dfb6a1c97 100644 --- a/src/gui/gui-hotlist.c +++ b/src/gui/gui-hotlist.c @@ -16,7 +16,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-hotlist.c: hotlist management (buffers with activity) */ +/* + * gui-hotlist.c: hotlist management (list of buffers with activity) + * (used by all GUI) + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-input.c b/src/gui/gui-input.c index c080c3e3c..9552e99dc 100644 --- a/src/gui/gui-input.c +++ b/src/gui/gui-input.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-input.c: input functions, used by all GUI */ +/* + * gui-input.c: input functions (used by all GUI) + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-keyboard.c b/src/gui/gui-keyboard.c index 44a44d78d..3228afaf3 100644 --- a/src/gui/gui-keyboard.c +++ b/src/gui/gui-keyboard.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-keyboard: keyboard functions, used by all GUI */ +/* + * gui-keyboard: keyboard functions (used by all GUI) + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-layout.c b/src/gui/gui-layout.c index 1ca97e69a..96d0da2ff 100644 --- a/src/gui/gui-layout.c +++ b/src/gui/gui-layout.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-layout.c: layout functions, used by all GUI */ +/* + * gui-layout.c: layout functions (used by all GUI) + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-line.c b/src/gui/gui-line.c index 50aa07af7..f57d6b3d2 100644 --- a/src/gui/gui-line.c +++ b/src/gui/gui-line.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-line.c: line functions, used by all GUI */ +/* + * gui-line.c: line functions (used by all GUI) + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-nicklist.c b/src/gui/gui-nicklist.c index 2ea5a8352..438157c3f 100644 --- a/src/gui/gui-nicklist.c +++ b/src/gui/gui-nicklist.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-nicklist.c: nicklist functions, used by all GUI */ +/* + * gui-nicklist.c: nicklist functions (used by all GUI) + */ #ifdef HAVE_CONFIG_H diff --git a/src/gui/gui-window.c b/src/gui/gui-window.c index 1c84d9418..171971ddd 100644 --- a/src/gui/gui-window.c +++ b/src/gui/gui-window.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* gui-window.c: window functions, used by all GUI */ +/* + * gui-window.c: window functions (used by all GUI) + */ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/alias/alias-config.c b/src/plugins/alias/alias-config.c index d1b4c5720..66b027353 100644 --- a/src/plugins/alias/alias-config.c +++ b/src/plugins/alias/alias-config.c @@ -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> diff --git a/src/plugins/alias/alias-info.c b/src/plugins/alias/alias-info.c index f4841bd1e..5c5dcf28a 100644 --- a/src/plugins/alias/alias-info.c +++ b/src/plugins/alias/alias-info.c @@ -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> diff --git a/src/plugins/alias/alias.c b/src/plugins/alias/alias.c index ee77dd7a0..aa7d52b4d 100644 --- a/src/plugins/alias/alias.c +++ b/src/plugins/alias/alias.c @@ -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> diff --git a/src/plugins/aspell/weechat-aspell-config.c b/src/plugins/aspell/weechat-aspell-config.c index bfc6c06d9..9f036bed5 100644 --- a/src/plugins/aspell/weechat-aspell-config.c +++ b/src/plugins/aspell/weechat-aspell-config.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat-aspell-config.c: aspell configuration options */ +/* + * weechat-aspell-config.c: aspell configuration options (file aspell.conf) + */ #include <stdlib.h> diff --git a/src/plugins/aspell/weechat-aspell-speller.c b/src/plugins/aspell/weechat-aspell-speller.c index 9a45ee6e6..c68339ba6 100644 --- a/src/plugins/aspell/weechat-aspell-speller.c +++ b/src/plugins/aspell/weechat-aspell-speller.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat-aspell-speller.c: speller management for aspell plugin */ +/* + * weechat-aspell-speller.c: speller management for aspell plugin + */ #include <stdlib.h> diff --git a/src/plugins/aspell/weechat-aspell.c b/src/plugins/aspell/weechat-aspell.c index 41f264319..317f9656e 100644 --- a/src/plugins/aspell/weechat-aspell.c +++ b/src/plugins/aspell/weechat-aspell.c @@ -16,7 +16,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat-aspell.c: aspell plugin for WeeChat */ +/* + * weechat-aspell.c: aspell plugin for WeeChat: use color to show mispelled + * words in input line + */ #include <stdio.h> diff --git a/src/plugins/charset/charset.c b/src/plugins/charset/charset.c index cca14f5e2..2eefd18d5 100644 --- a/src/plugins/charset/charset.c +++ b/src/plugins/charset/charset.c @@ -16,7 +16,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* charset.c: Charset plugin for WeeChat */ +/* + * charset.c: charset plugin for WeeChat: encode/decode strings to other + * charset, depending on buffer + */ #include <stdio.h> diff --git a/src/plugins/demo/demo.c b/src/plugins/demo/demo.c index 60f8ab132..57e063f30 100644 --- a/src/plugins/demo/demo.c +++ b/src/plugins/demo/demo.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* demo.c: demo plugin for WeeChat */ +/* + * demo.c: demo plugin for WeeChat + */ #include <stdlib.h> diff --git a/src/plugins/fifo/fifo-info.c b/src/plugins/fifo/fifo-info.c index e4ed0a02a..c6f44e669 100644 --- a/src/plugins/fifo/fifo-info.c +++ b/src/plugins/fifo/fifo-info.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* fifo-info.c: info and infolist hooks for fifo plugin */ +/* + * fifo-info.c: info and infolist hooks for fifo plugin + */ #include <stdlib.h> diff --git a/src/plugins/fifo/fifo.c b/src/plugins/fifo/fifo.c index 476c0b006..0cb87e38a 100644 --- a/src/plugins/fifo/fifo.c +++ b/src/plugins/fifo/fifo.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* fifo.c: FIFO pipe plugin for WeeChat remote control */ +/* + * fifo.c: fifo plugin for WeeChat: remote control with FIFO pipe + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-bar-item.c b/src/plugins/irc/irc-bar-item.c index bcabf6d93..647973617 100644 --- a/src/plugins/irc/irc-bar-item.c +++ b/src/plugins/irc/irc-bar-item.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-bar-item.c: bar items for IRC plugin */ +/* + * irc-bar-item.c: bar items for IRC plugin + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-buffer.c b/src/plugins/irc/irc-buffer.c index bdf6f0c47..ffa263395 100644 --- a/src/plugins/irc/irc-buffer.c +++ b/src/plugins/irc/irc-buffer.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-buffer.c: buffer functions for IRC plugin */ +/* + * irc-buffer.c: buffer functions for IRC plugin + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-channel.c b/src/plugins/irc/irc-channel.c index 3b6a5480f..5b3fdaa22 100644 --- a/src/plugins/irc/irc-channel.c +++ b/src/plugins/irc/irc-channel.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-channel.c: manages a chat (channel or private chat) for IRC plugin */ +/* + * irc-channel.c: channel and private chat management for IRC plugin + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-color.c b/src/plugins/irc/irc-color.c index cd1a57476..1469405bf 100644 --- a/src/plugins/irc/irc-color.c +++ b/src/plugins/irc/irc-color.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-color.c: IRC color decoding/encoding in messages */ +/* + * irc-color.c: IRC color decoding/encoding in messages + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 936ba22e7..f384f0c15 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-command.c: IRC commands */ +/* + * irc-command.c: IRC commands + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-completion.c b/src/plugins/irc/irc-completion.c index 7358cdb5c..1e50fd2c2 100644 --- a/src/plugins/irc/irc-completion.c +++ b/src/plugins/irc/irc-completion.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-completion.c: completion for IRC commands */ +/* + * irc-completion.c: completion for IRC commands + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index e752b4070..ab3e7e01d 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-config.c: IRC configuration options */ +/* + * irc-config.c: IRC configuration options (file irc.conf) + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-ctcp.c b/src/plugins/irc/irc-ctcp.c index a6d9773c4..9e6b33458 100644 --- a/src/plugins/irc/irc-ctcp.c +++ b/src/plugins/irc/irc-ctcp.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-ctcp.c: IRC CTCP protocol */ +/* + * irc-ctcp.c: IRC CTCP protocol + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-debug.c b/src/plugins/irc/irc-debug.c index 79e1636f4..b4dd3c57c 100644 --- a/src/plugins/irc/irc-debug.c +++ b/src/plugins/irc/irc-debug.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-debug.c: debug functions for IRC plugin */ +/* + * irc-debug.c: debug functions for IRC plugin + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-display.c b/src/plugins/irc/irc-display.c index a988272b4..ca22b97c3 100644 --- a/src/plugins/irc/irc-display.c +++ b/src/plugins/irc/irc-display.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-display.c: display functions for IRC plugin */ +/* + * irc-display.c: display functions for IRC plugin + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-ignore.c b/src/plugins/irc/irc-ignore.c index 46bbcbe9e..025ad78b9 100644 --- a/src/plugins/irc/irc-ignore.c +++ b/src/plugins/irc/irc-ignore.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-ignore.c: manages ignore list (nicks/hosts) on IRC servers/channels */ +/* + * irc-ignore.c: ignore (nicks/hosts) management for IRC plugin + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-info.c b/src/plugins/irc/irc-info.c index 3b45730cb..710757eb6 100644 --- a/src/plugins/irc/irc-info.c +++ b/src/plugins/irc/irc-info.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-info.c: info and infolist hooks for IRC plugin */ +/* + * irc-info.c: info and infolist hooks for IRC plugin + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-input.c b/src/plugins/irc/irc-input.c index 69375c030..f15e13b92 100644 --- a/src/plugins/irc/irc-input.c +++ b/src/plugins/irc/irc-input.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-input.c: IRC input data (read from user) */ +/* + * irc-input.c: input data management for IRC buffers + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-mode.c b/src/plugins/irc/irc-mode.c index 6613d1371..682db6d19 100644 --- a/src/plugins/irc/irc-mode.c +++ b/src/plugins/irc/irc-mode.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-mode.c: IRC channel/user modes management */ +/* + * irc-mode.c: IRC channel/user modes management + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-msgbuffer.c b/src/plugins/irc/irc-msgbuffer.c index ebddbae5b..159a46258 100644 --- a/src/plugins/irc/irc-msgbuffer.c +++ b/src/plugins/irc/irc-msgbuffer.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-msgbuffer.c: target buffer for IRC messages (weechat, current, private) */ +/* + * irc-msgbuffer.c: target buffer for IRC messages (weechat, current, private) + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-nick.c b/src/plugins/irc/irc-nick.c index 29b0b38e2..d2c77814b 100644 --- a/src/plugins/irc/irc-nick.c +++ b/src/plugins/irc/irc-nick.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-nick.c: manages nick list for channels for IRC plugin */ +/* + * irc-nick.c: nick management for IRC plugin + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c index 72f6fc9ac..bd2a81d25 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -16,7 +16,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-protocol.c: implementation of IRC protocol, according to RFC 1459, 2810, 2811 2812 */ +/* + * irc-protocol.c: implementation of IRC protocol, + * according to RFC 1459, 2810, 2811 and 2812 + */ #ifndef __USE_XOPEN diff --git a/src/plugins/irc/irc-raw.c b/src/plugins/irc/irc-raw.c index e5c0cac51..75e813f29 100644 --- a/src/plugins/irc/irc-raw.c +++ b/src/plugins/irc/irc-raw.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-raw.c: functions for IRC raw data messages */ +/* + * irc-raw.c: functions for IRC raw data messages + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-sasl.c b/src/plugins/irc/irc-sasl.c index 125931030..c41bc0ad7 100644 --- a/src/plugins/irc/irc-sasl.c +++ b/src/plugins/irc/irc-sasl.c @@ -16,7 +16,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-sasl.c: SASL authentication with IRC server */ +/* + * irc-sasl.c: SASL authentication with IRC server, + * using mechanisms PLAIN or DH-BLOWFISH + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-server.c b/src/plugins/irc/irc-server.c index 1566dc728..8141f1ac1 100644 --- a/src/plugins/irc/irc-server.c +++ b/src/plugins/irc/irc-server.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-server.c: connection and I/O communication with IRC server */ +/* + * irc-server.c: I/O communication with IRC servers + */ #include <stdlib.h> diff --git a/src/plugins/irc/irc-upgrade.c b/src/plugins/irc/irc-upgrade.c index 21277026b..845fa2623 100644 --- a/src/plugins/irc/irc-upgrade.c +++ b/src/plugins/irc/irc-upgrade.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-upgrade.c: save/restore IRC plugin data */ +/* + * irc-upgrade.c: save/restore IRC plugin data when upgrading WeeChat + */ #include <stdio.h> diff --git a/src/plugins/irc/irc.c b/src/plugins/irc/irc.c index 99f7f9acc..c8dabbfa9 100644 --- a/src/plugins/irc/irc.c +++ b/src/plugins/irc/irc.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc.c: IRC plugin for WeeChat */ +/* + * irc.c: IRC (Internet Relay Chat) plugin for WeeChat + */ #include <stdlib.h> diff --git a/src/plugins/logger/logger-buffer.c b/src/plugins/logger/logger-buffer.c index 038d8e765..cd364c7ce 100644 --- a/src/plugins/logger/logger-buffer.c +++ b/src/plugins/logger/logger-buffer.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* logger-buffer.c: manages logger buffer list */ +/* + * logger-buffer.c: logger buffer list management + */ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/logger/logger-config.c b/src/plugins/logger/logger-config.c index dc61e5239..ea8eb1f94 100644 --- a/src/plugins/logger/logger-config.c +++ b/src/plugins/logger/logger-config.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* logger-config.c: logger configuration options */ +/* + * logger-config.c: logger configuration options (file logger.conf) + */ #include <stdlib.h> diff --git a/src/plugins/logger/logger-info.c b/src/plugins/logger/logger-info.c index 0befbe10e..f7accbd0b 100644 --- a/src/plugins/logger/logger-info.c +++ b/src/plugins/logger/logger-info.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* logger-info.c: info and infolist hooks for logger plugin */ +/* + * logger-info.c: info and infolist hooks for logger plugin + */ #include <stdlib.h> diff --git a/src/plugins/logger/logger-tail.c b/src/plugins/logger/logger-tail.c index 08ead6a1b..1cb2715ef 100644 --- a/src/plugins/logger/logger-tail.c +++ b/src/plugins/logger/logger-tail.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* logger-tail.c: return last lines of a file */ +/* + * logger-tail.c: return last lines of a file + */ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/logger/logger.c b/src/plugins/logger/logger.c index 211b42d52..b2595b963 100644 --- a/src/plugins/logger/logger.c +++ b/src/plugins/logger/logger.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* logger.c: Logger plugin for WeeChat */ +/* + * logger.c: logger plugin for WeeChat: save buffer lines to disk files + */ #ifndef _GNU_SOURCE diff --git a/src/plugins/plugin-api.c b/src/plugins/plugin-api.c index 48212cb60..0375cf70d 100644 --- a/src/plugins/plugin-api.c +++ b/src/plugins/plugin-api.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* plugin-api.c: WeeChat <--> plugin API (extra functions) */ +/* + * plugin-api.c: extra functions for plugin API + */ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/plugin-config.c b/src/plugins/plugin-config.c index 73dcdcd91..49fcc5f10 100644 --- a/src/plugins/plugin-config.c +++ b/src/plugins/plugin-config.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* plugin-config.c: plugin configuration */ +/* + * plugin-config.c: plugin configuration options (file plugins.conf) + */ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/plugin.c b/src/plugins/plugin.c index 37b33e60c..d8858b72d 100644 --- a/src/plugins/plugin.c +++ b/src/plugins/plugin.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* plugin.c: manages WeeChat plugins (dynamic C libraries) */ +/* + * plugin.c: WeeChat plugins management (load/unload dynamic C libraries) + */ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/relay/relay-buffer.c b/src/plugins/relay/relay-buffer.c index 3fba4f2e0..ac7f5e617 100644 --- a/src/plugins/relay/relay-buffer.c +++ b/src/plugins/relay/relay-buffer.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* relay-buffer.c: display clients list on relay buffer */ +/* + * relay-buffer.c: display clients list on relay buffer + */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-client.c b/src/plugins/relay/relay-client.c index c5fdbdc97..c492b1f92 100644 --- a/src/plugins/relay/relay-client.c +++ b/src/plugins/relay/relay-client.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* relay-client.c: client functions for relay plugin */ +/* + * relay-client.c: client functions for relay plugin + */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-command.c b/src/plugins/relay/relay-command.c index 98ab3d9b8..d0ebbde1c 100644 --- a/src/plugins/relay/relay-command.c +++ b/src/plugins/relay/relay-command.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* relay-command.c: relay command */ +/* + * relay-command.c: relay command + */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-completion.c b/src/plugins/relay/relay-completion.c index 43af70381..48773055a 100644 --- a/src/plugins/relay/relay-completion.c +++ b/src/plugins/relay/relay-completion.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* relay-completion.c: completion for relay command */ +/* + * relay-completion.c: completion for relay command + */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c index 046b4452f..29100cf80 100644 --- a/src/plugins/relay/relay-config.c +++ b/src/plugins/relay/relay-config.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* relay-config.c: relay configuration options */ +/* + * relay-config.c: relay configuration options (file relay.conf) + */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-info.c b/src/plugins/relay/relay-info.c index b1a0ab3d3..a9f109237 100644 --- a/src/plugins/relay/relay-info.c +++ b/src/plugins/relay/relay-info.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* relay-info.c: info and infolist hooks for relay plugin */ +/* + * relay-info.c: info and infolist hooks for relay plugin + */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-protocol-irc.c b/src/plugins/relay/relay-protocol-irc.c index cbe83d196..fcd948c07 100644 --- a/src/plugins/relay/relay-protocol-irc.c +++ b/src/plugins/relay/relay-protocol-irc.c @@ -16,7 +16,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* relay-protocol-irc.c: IRC protocol for client (relay acting as an IRC proxy/bouncer) */ +/* + * relay-protocol-irc.c: IRC protocol for relay to client + * (relay acting as an IRC proxy/bouncer) + */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-protocol-weechat.c b/src/plugins/relay/relay-protocol-weechat.c index 1e007c0b1..20ae94a54 100644 --- a/src/plugins/relay/relay-protocol-weechat.c +++ b/src/plugins/relay/relay-protocol-weechat.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* relay-protocol-weechat.c: WeeChat protocol for client */ +/* + * relay-protocol-weechat.c: WeeChat protocol for relay to client + */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-server.c b/src/plugins/relay/relay-server.c index a9fbe8763..80395e372 100644 --- a/src/plugins/relay/relay-server.c +++ b/src/plugins/relay/relay-server.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* relay-server.c: server functions for relay plugin */ +/* + * relay-server.c: server functions for relay plugin + */ #include <stdlib.h> diff --git a/src/plugins/relay/relay-upgrade.c b/src/plugins/relay/relay-upgrade.c index 3279fbab9..27cdf8661 100644 --- a/src/plugins/relay/relay-upgrade.c +++ b/src/plugins/relay/relay-upgrade.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* relay-upgrade.c: save/restore relay plugin data */ +/* + * relay-upgrade.c: save/restore relay plugin data when upgrading WeeChat + */ #include <stdlib.h> diff --git a/src/plugins/relay/relay.c b/src/plugins/relay/relay.c index 419a686a2..c4274c568 100644 --- a/src/plugins/relay/relay.c +++ b/src/plugins/relay/relay.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* relay.c: network communication between WeeChat and remote application */ +/* + * relay.c: network communication between WeeChat and remote client + */ #include <stdlib.h> diff --git a/src/plugins/scripts/lua/weechat-lua-api.c b/src/plugins/scripts/lua/weechat-lua-api.c index 1a0de8ee6..5d4f68adc 100644 --- a/src/plugins/scripts/lua/weechat-lua-api.c +++ b/src/plugins/scripts/lua/weechat-lua-api.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat-lua-api.c: Lua API functions */ +/* + * weechat-lua-api.c: lua API functions + */ #undef _ diff --git a/src/plugins/scripts/lua/weechat-lua.c b/src/plugins/scripts/lua/weechat-lua.c index 5759f97e2..eec780442 100644 --- a/src/plugins/scripts/lua/weechat-lua.c +++ b/src/plugins/scripts/lua/weechat-lua.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat-lua.c: Lua plugin for WeeChat */ +/* + * weechat-lua.c: lua plugin for WeeChat + */ #undef _ diff --git a/src/plugins/scripts/perl/weechat-perl-api.c b/src/plugins/scripts/perl/weechat-perl-api.c index b4e08ad42..04c51cb5f 100644 --- a/src/plugins/scripts/perl/weechat-perl-api.c +++ b/src/plugins/scripts/perl/weechat-perl-api.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat-perl-api.c: Perl API functions */ +/* + * weechat-perl-api.c: perl API functions + */ #undef _ diff --git a/src/plugins/scripts/perl/weechat-perl.c b/src/plugins/scripts/perl/weechat-perl.c index 0b188609c..b78af3308 100644 --- a/src/plugins/scripts/perl/weechat-perl.c +++ b/src/plugins/scripts/perl/weechat-perl.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat-perl.c: Perl plugin for WeeChat */ +/* + * weechat-perl.c: perl plugin for WeeChat + */ #undef _ diff --git a/src/plugins/scripts/python/weechat-python-api.c b/src/plugins/scripts/python/weechat-python-api.c index dd7ec0f0a..e8da86d78 100644 --- a/src/plugins/scripts/python/weechat-python-api.c +++ b/src/plugins/scripts/python/weechat-python-api.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat-python-api.c: Python API functions */ +/* + * weechat-python-api.c: python API functions + */ #undef _ diff --git a/src/plugins/scripts/python/weechat-python.c b/src/plugins/scripts/python/weechat-python.c index e16618612..9129abb14 100644 --- a/src/plugins/scripts/python/weechat-python.c +++ b/src/plugins/scripts/python/weechat-python.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat-python.c: Python plugin for WeeChat */ +/* + * weechat-python.c: python plugin for WeeChat + */ #undef _ diff --git a/src/plugins/scripts/ruby/weechat-ruby-api.c b/src/plugins/scripts/ruby/weechat-ruby-api.c index 0fd26943c..34a52de59 100644 --- a/src/plugins/scripts/ruby/weechat-ruby-api.c +++ b/src/plugins/scripts/ruby/weechat-ruby-api.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat-ruby-api.c: Ruby API functions */ +/* + * weechat-ruby-api.c: ruby API functions + */ #undef _ diff --git a/src/plugins/scripts/ruby/weechat-ruby.c b/src/plugins/scripts/ruby/weechat-ruby.c index eb40a942a..0319fd279 100644 --- a/src/plugins/scripts/ruby/weechat-ruby.c +++ b/src/plugins/scripts/ruby/weechat-ruby.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat-ruby.c: Ruby plugin for WeeChat */ +/* + * weechat-ruby.c: ruby plugin for WeeChat + */ #undef _ diff --git a/src/plugins/scripts/script-api.c b/src/plugins/scripts/script-api.c index c5e2ef2a4..05904ecfb 100644 --- a/src/plugins/scripts/script-api.c +++ b/src/plugins/scripts/script-api.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* script-api.c: script API */ +/* + * script-api.c: script API functions, used by script plugins (perl/python/..) + */ #include <stdlib.h> diff --git a/src/plugins/scripts/script-callback.c b/src/plugins/scripts/script-callback.c index cc303efce..b62645c74 100644 --- a/src/plugins/scripts/script-callback.c +++ b/src/plugins/scripts/script-callback.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* script-callback.c: script callbacks */ +/* + * script-callback.c: script callbacks management + */ #include <stdlib.h> diff --git a/src/plugins/scripts/script.c b/src/plugins/scripts/script.c index 52658650b..8d8173a0f 100644 --- a/src/plugins/scripts/script.c +++ b/src/plugins/scripts/script.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* script.c: script interface for WeeChat plugins */ +/* + * script.c: common functions used by script plugins (perl/python/..) + */ #include <stdlib.h> diff --git a/src/plugins/scripts/tcl/weechat-tcl-api.c b/src/plugins/scripts/tcl/weechat-tcl-api.c index 8f34c5cb9..9e2688b4c 100644 --- a/src/plugins/scripts/tcl/weechat-tcl-api.c +++ b/src/plugins/scripts/tcl/weechat-tcl-api.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat-tcl-api.c: Tcl API functions */ +/* + * weechat-tcl-api.c: tcl API functions + */ #undef _ diff --git a/src/plugins/scripts/tcl/weechat-tcl.c b/src/plugins/scripts/tcl/weechat-tcl.c index 18d828c15..fed137248 100644 --- a/src/plugins/scripts/tcl/weechat-tcl.c +++ b/src/plugins/scripts/tcl/weechat-tcl.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat-tcl.c: Tcl plugin for WeeChat */ +/* + * weechat-tcl.c: tcl plugin for WeeChat + */ #undef _ diff --git a/src/plugins/xfer/xfer-buffer.c b/src/plugins/xfer/xfer-buffer.c index 7d3b134be..0fc050b4e 100644 --- a/src/plugins/xfer/xfer-buffer.c +++ b/src/plugins/xfer/xfer-buffer.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* xfer-buffer.c: display xfer list on xfer buffer */ +/* + * xfer-buffer.c: display xfer list on xfer buffer + */ #include <stdlib.h> diff --git a/src/plugins/xfer/xfer-chat.c b/src/plugins/xfer/xfer-chat.c index 63d6bff7d..43c557c56 100644 --- a/src/plugins/xfer/xfer-chat.c +++ b/src/plugins/xfer/xfer-chat.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* xfer-chat.c: chat with direct connection to remote host */ +/* + * xfer-chat.c: chat with direct connection to remote host + */ #include <stdlib.h> diff --git a/src/plugins/xfer/xfer-command.c b/src/plugins/xfer/xfer-command.c index e1634711b..3ad3a495f 100644 --- a/src/plugins/xfer/xfer-command.c +++ b/src/plugins/xfer/xfer-command.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* xfer-command.c: xfer command */ +/* + * xfer-command.c: xfer command + */ #include <stdlib.h> diff --git a/src/plugins/xfer/xfer-completion.c b/src/plugins/xfer/xfer-completion.c index 87c0fdd15..73ea36980 100644 --- a/src/plugins/xfer/xfer-completion.c +++ b/src/plugins/xfer/xfer-completion.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* xfer-completion.c: nick completion for xfer chats */ +/* + * xfer-completion.c: nick completion for xfer chats + */ #include <stdlib.h> diff --git a/src/plugins/xfer/xfer-config.c b/src/plugins/xfer/xfer-config.c index 0f1e6b0f6..0b06abe61 100644 --- a/src/plugins/xfer/xfer-config.c +++ b/src/plugins/xfer/xfer-config.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* xfer-config.c: xfer configuration options */ +/* + * xfer-config.c: xfer configuration options (file xfer.conf) + */ #include <stdlib.h> diff --git a/src/plugins/xfer/xfer-dcc.c b/src/plugins/xfer/xfer-dcc.c index 21889600e..7a8f43928 100644 --- a/src/plugins/xfer/xfer-dcc.c +++ b/src/plugins/xfer/xfer-dcc.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* xfer-dcc.c: file transfer via DCC protocol */ +/* + * xfer-dcc.c: file transfer via DCC protocol + */ #include <stdlib.h> diff --git a/src/plugins/xfer/xfer-file.c b/src/plugins/xfer/xfer-file.c index 47997cf84..b69c13e61 100644 --- a/src/plugins/xfer/xfer-file.c +++ b/src/plugins/xfer/xfer-file.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* xfer-file.c: file functions for xfer plugin */ +/* + * xfer-file.c: file functions for xfer plugin + */ #include <stdlib.h> diff --git a/src/plugins/xfer/xfer-info.c b/src/plugins/xfer/xfer-info.c index 947c0c698..e45f21c09 100644 --- a/src/plugins/xfer/xfer-info.c +++ b/src/plugins/xfer/xfer-info.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* xfer-info.c: info and infolist hooks for xfer plugin */ +/* + * xfer-info.c: info and infolist hooks for xfer plugin + */ #include <stdlib.h> diff --git a/src/plugins/xfer/xfer-network.c b/src/plugins/xfer/xfer-network.c index 1d4af7c99..7efe01a7d 100644 --- a/src/plugins/xfer/xfer-network.c +++ b/src/plugins/xfer/xfer-network.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* xfer-network.c: network functions for xfer plugin */ +/* + * xfer-network.c: network functions for xfer plugin + */ #include <stdlib.h> diff --git a/src/plugins/xfer/xfer-upgrade.c b/src/plugins/xfer/xfer-upgrade.c index 3061819cd..9d1ffb695 100644 --- a/src/plugins/xfer/xfer-upgrade.c +++ b/src/plugins/xfer/xfer-upgrade.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* xfer-upgrade.c: save/restore xfer plugin data */ +/* + * xfer-upgrade.c: save/restore xfer plugin data when upgrading WeeChat + */ #include <stdlib.h> diff --git a/src/plugins/xfer/xfer.c b/src/plugins/xfer/xfer.c index 06979c70a..fbef2107a 100644 --- a/src/plugins/xfer/xfer.c +++ b/src/plugins/xfer/xfer.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* xfer.c: file transfer and direct chat plugin for WeeChat */ +/* + * xfer.c: file transfer and direct chat plugin for WeeChat + */ #include <stdlib.h> |