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:
Jon Siwek 2019-04-22 19:42:52 -07:00
parent 5ba46eaa71
commit aebcb1415d
254 changed files with 2675 additions and 2656 deletions

View file

@ -12,7 +12,7 @@ const bufsize: count;
##
## Returns: True if *s* is valid and precompiles successfully.
##
## .. bro:see:: Pcap::install_pcap_filter
## .. zeek:see:: Pcap::install_pcap_filter
## install_src_addr_filter
## install_src_net_filter
## uninstall_src_addr_filter
@ -51,14 +51,14 @@ function precompile_pcap_filter%(id: PcapFilterID, s: string%): bool
%}
## Installs a PCAP filter that has been precompiled with
## :bro:id:`Pcap::precompile_pcap_filter`.
## :zeek:id:`Pcap::precompile_pcap_filter`.
##
## id: The PCAP filter id of a precompiled filter.
##
## Returns: True if the filter associated with *id* has been installed
## successfully.
##
## .. bro:see:: Pcap::precompile_pcap_filter
## .. zeek:see:: Pcap::precompile_pcap_filter
## install_src_addr_filter
## install_src_net_filter
## uninstall_src_addr_filter
@ -90,7 +90,7 @@ function Pcap::install_pcap_filter%(id: PcapFilterID%): bool
##
## Returns: A descriptive error message of the PCAP function that failed.
##
## .. bro:see:: Pcap::precompile_pcap_filter
## .. zeek:see:: Pcap::precompile_pcap_filter
## Pcap::install_pcap_filter
## install_src_addr_filter
## install_src_net_filter