mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Fixing doc tests in the btest suite.
- reduce number of docs generated by `make doc`; will add as they're reviewed - Conforming to new Notice::Type enum for notices
This commit is contained in:
parent
7399b79dd2
commit
68784634ff
4 changed files with 8 additions and 23 deletions
|
@ -66,7 +66,7 @@ redef dpd_config += {
|
|||
|
||||
# redefinitions of "Notice::Type" are self-documenting, but
|
||||
# more information can be supplied in two different ways
|
||||
redef enum Notice += {
|
||||
redef enum Notice::Type += {
|
||||
## any number of this type of comment
|
||||
## will document "Notice_One"
|
||||
Notice_One,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue