mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
GH-234: rename Broxygen to Zeexygen along with roles/directives
* All "Broxygen" usages have been replaced in code, documentation, filenames, etc. * Sphinx roles/directives like ":bro:see" are now ":zeek:see" * The "--broxygen" command-line option is now "--zeexygen"
This commit is contained in:
parent
5ba46eaa71
commit
aebcb1415d
254 changed files with 2675 additions and 2656 deletions
|
@ -19,7 +19,7 @@ export {
|
|||
redef record ResultVal += {
|
||||
## This is the queue where elements are maintained.
|
||||
## Don't access this value directly, instead use the
|
||||
## :bro:see:`SumStats::get_last` function to get a vector of
|
||||
## :zeek:see:`SumStats::get_last` function to get a vector of
|
||||
## the current element values.
|
||||
last_elements: Queue::Queue &optional;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue