mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix some malformed Broxygen xref roles.
This commit is contained in:
parent
366a5de606
commit
cc1459ef35
22 changed files with 80 additions and 66 deletions
|
@ -81,9 +81,9 @@ export {
|
|||
global cmp_versions: function(v1: Version, v2: Version): int;
|
||||
|
||||
## This type represents a set of software. It's used by the
|
||||
## :bro:id:`tracked` variable to store all known pieces of software
|
||||
## for a particular host. It's indexed with the name of a piece of
|
||||
## software such as "Firefox" and it yields a
|
||||
## :bro:id:`Software::tracked` variable to store all known pieces of
|
||||
## software for a particular host. It's indexed with the name of a piece
|
||||
## of software such as "Firefox" and it yields a
|
||||
## :bro:type:`Software::Info` record with more information about the
|
||||
## software.
|
||||
type SoftwareSet: table[string] of Info;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue