mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix incorrect uses of zeek:see
This fixes instances where `zeek:see` was used incorrectly so it was not rendered correctly. All these instances have been found by looking for `zeek:see` in the generated HTML where it should not be visible anymore. I also removed a doc reference to `paraglob_add` which never existed.
This commit is contained in:
parent
9e85a0d27d
commit
e8960e0efc
5 changed files with 13 additions and 10 deletions
|
@ -3903,6 +3903,7 @@ export {
|
|||
type DHCP::Addrs: vector of addr;
|
||||
|
||||
## A DHCP message.
|
||||
##
|
||||
## .. zeek:see:: dhcp_message
|
||||
type DHCP::Msg: record {
|
||||
op: count; ##< Message OP code. 1 = BOOTREQUEST, 2 = BOOTREPLY
|
||||
|
@ -3922,6 +3923,7 @@ export {
|
|||
};
|
||||
|
||||
## DHCP Client Identifier (Option 61)
|
||||
##
|
||||
## .. zeek:see:: dhcp_message
|
||||
type DHCP::ClientID: record {
|
||||
hwtype: count;
|
||||
|
@ -3942,6 +3944,7 @@ export {
|
|||
};
|
||||
|
||||
## DHCP Relay Agent Information Option (Option 82)
|
||||
##
|
||||
## .. zeek:see:: dhcp_message
|
||||
type DHCP::SubOpt: record {
|
||||
code: count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue