mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
minor commenting clarifications
This commit is contained in:
parent
4c1b3c82d9
commit
a85d92b2ee
3 changed files with 8 additions and 3 deletions
|
@ -54,8 +54,9 @@ public:
|
|||
Frame(int size, const ScriptFunc* func, const zeek::Args* fn_args);
|
||||
|
||||
/**
|
||||
* Deletes the frame. Unrefs its trigger, the values that it
|
||||
* contains and its closure if applicable.
|
||||
* Deletes the frame. Unrefs its trigger (implicitly, since it's an
|
||||
* IntrusivePtr), and the values that the frame contains and its
|
||||
* closure if applicable.
|
||||
*/
|
||||
virtual ~Frame() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue