Improve documentation of the Intelligence Framework

Added some missing information and rearranged a few sentences so the order
makes more sense.
This commit is contained in:
Daniel Thayer 2015-01-07 00:01:35 -06:00
parent 593e74d4b7
commit b5e9433b04
2 changed files with 49 additions and 26 deletions

View file

@ -67,6 +67,7 @@ export {
IN_ANYWHERE,
};
## Information about a piece of "seen" data.
type Seen: record {
## The string if the data is about a string.
indicator: string &log &optional;
@ -124,7 +125,7 @@ export {
sources: set[string] &log &default=string_set();
};
## Intelligence data manipulation functions.
## Intelligence data manipulation function.
global insert: function(item: Item);
## Function to declare discovery of a piece of data in order to check