Fix some malformed Broxygen xref roles.

This commit is contained in:
Jon Siwek 2011-12-16 14:30:36 -06:00
parent 366a5de606
commit cc1459ef35
22 changed files with 80 additions and 66 deletions

View file

@ -18,7 +18,7 @@ export {
const local_nets: set[subnet] &redef;
## This is used for retrieving the subnet when you multiple
## :bro:id:`local_nets`. A membership query can be done with an
## :bro:id:`Site::local_nets`. A membership query can be done with an
## :bro:type:`addr` and the table will yield the subnet it was found
## within.
global local_nets_table: table[subnet] of subnet = {};