From 286338f627ee28c8adcf8612f94bccc0e95cbbfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 8 Jan 2022 17:05:51 +0100 Subject: doc: add missing macro WEECHAT_PLUGIN_AUTHOR (plugin API reference) --- doc/en/weechat_plugin_api.en.adoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/en/weechat_plugin_api.en.adoc') diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index cd9304372..3efc53367 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -61,6 +61,9 @@ WEECHAT_PLUGIN_NAME("name"):: WEECHAT_PLUGIN_DESCRIPTION("description"):: a short description of plugin +WEECHAT_PLUGIN_AUTHOR("author"):: + the author name + WEECHAT_PLUGIN_VERSION("1.0"):: the plugin version -- cgit v1.2.3