diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-08-28 13:09:01 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-08-28 13:09:01 +0100 |
commit | d555043165b2bbfcd1c06b98b2f88b2665f28df9 (patch) | |
tree | d3e0e10464dbd251801a6af867f8bb073a415134 /doc | |
parent | ffa1a5a6f672e9a44f72122c257d8c2fabf240b6 (diff) | |
download | rspamd-d555043165b2bbfcd1c06b98b2f88b2665f28df9.tar.gz rspamd-d555043165b2bbfcd1c06b98b2f88b2665f28df9.zip |
Document rspamd_ip lua interface.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 2f8565ff2..0849e406f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -12,7 +12,9 @@ rspamd.8: rspamd.8.md rspamc.1: rspamc.1.md $(PANDOC) -s -f markdown -t man -o rspamc.1 rspamc.1.md -lua-doc: lua_regexp +lua-doc: lua_regexp lua_ip lua_regexp: ../src/lua/lua_regexp.c $(LUADOC) < ../src/lua/lua_regexp.c > markdown/lua/regexp.md +lua_ip: ../src/lua/lua_ip.c + $(LUADOC) < ../src/lua/lua_ip.c > markdown/lua/ip.md |