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:
Jon Siwek 2011-05-12 11:21:20 -05:00
parent 7399b79dd2
commit 68784634ff
4 changed files with 8 additions and 23 deletions

View file

@ -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,