mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +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/>.
|
||||
*/
|
||||
|
||||
/* weechat-lua-api.c: Lua API functions */
|
||||
/*
|
||||
* weechat-lua-api.c: lua API functions
|
||||
*/
|
||||
|
||||
|
||||
#undef _
|
||||
|
||||
@@ -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 _
|
||||
|
||||
@@ -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 _
|
||||
|
||||
@@ -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 _
|
||||
|
||||
@@ -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 _
|
||||
|
||||
@@ -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 _
|
||||
|
||||
@@ -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 _
|
||||
|
||||
@@ -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 _
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 _
|
||||
|
||||
@@ -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 _
|
||||
|
||||
Reference in New Issue
Block a user