mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18: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
|
@ -59,7 +59,7 @@ export {
|
|||
};
|
||||
|
||||
## Enum to represent where data came from when it was discovered.
|
||||
## The convenction is to prefix the name with "IN_".
|
||||
## The convention is to prefix the name with ``IN_``.
|
||||
type Where: enum {
|
||||
## A catchall value to represent data of unknown provenance.
|
||||
IN_ANYWHERE,
|
||||
|
@ -342,4 +342,4 @@ function insert(item: Item)
|
|||
else
|
||||
event Intel::new_item(item);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue