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:
Benjamin Bannier 2025-01-01 15:33:17 +01:00
parent 9e85a0d27d
commit e8960e0efc
5 changed files with 13 additions and 10 deletions

View file

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