Fix some warnings from sphinx when building docs.

This commit is contained in:
Jon Siwek 2012-11-15 16:40:18 -06:00
parent 5508a5bb80
commit e0805498c6
3 changed files with 8 additions and 9 deletions

View file

@ -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 };