mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
Fix some warnings from sphinx when building docs.
This commit is contained in:
parent
5508a5bb80
commit
e0805498c6
3 changed files with 8 additions and 9 deletions
|
@ -2,11 +2,12 @@
|
|||
##! changes as they are discovered.
|
||||
##!
|
||||
##! .. todo: Not all register reads and write functions are being supported yet.
|
||||
module Modbus;
|
||||
|
||||
@load base/protocols/modbus
|
||||
@load base/utils/directions-and-hosts
|
||||
|
||||
module Modbus;
|
||||
|
||||
export {
|
||||
redef enum Log::ID += { Modbus::REGISTER_CHANGE_LOG };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue