Update NEWS and some minor fixes for docs/zeekygen

This commit is contained in:
Tim Wojtulewicz 2021-11-23 13:11:16 -07:00
parent 9135345fa8
commit e82a78616b
3 changed files with 29 additions and 1 deletions

View file

@ -10,7 +10,7 @@
##! the analyzers themselves, and documented in their analyzer-specific
##! description along with the events that they generate.
##!
##! Analyzer tags are also inserted into a global :zeek:type:`AllAnalyzers` enum
##! Analyzer tags are also inserted into a global :zeek:type:`AllAnalyzers::Tag` enum
##! type. This type contains duplicates of all of the :zeek:type:`Analyzer::Tag`,
##! :zeek:type:`PacketAnalyzer::Tag` and :zeek:type:`Files::Tag` enum values
##! and can be used for arguments to function/hook/event definitions where they