From 196b4af44d1214b40a499de76c23b7764761f2a5 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Tue, 17 May 2011 11:26:34 -0500 Subject: [PATCH] Small doc-comment tweak. --- policy/software/base.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/software/base.bro b/policy/software/base.bro index dcc0d90186..eee8e88fee 100644 --- a/policy/software/base.bro +++ b/policy/software/base.bro @@ -68,7 +68,7 @@ export { ## Other scripts should call this function when they detect software. ## unparsed_version: This is the full string from which the - ## Software::Info was extracted. + ## :bro:type:`Software::Info` was extracted. ## Returns: T if the software was logged, F otherwise. global found: function(id: conn_id, info: Software::Info): bool;