Fix some warnings seen while building the docs

Removed references in the docs to a few identifiers that aren't
defined in any Bro scripts.
This commit is contained in:
Daniel Thayer 2016-11-09 14:16:42 -06:00
parent 3057d2b8fb
commit 462eaefc43
3 changed files with 4 additions and 5 deletions

View file

@ -79,7 +79,7 @@ export {
## Information passed into rotation callback functions.
type RotationInfo: record {
writer: Writer; ##< The :bro:type:`Log::Writer` being used.
writer: Writer; ##< The log writer being used.
fname: string; ##< Full name of the rotated file.
path: string; ##< Original path value.
open: time; ##< Time when opened.