clarifying comments, interface tightening

This commit is contained in:
Vern Paxson 2023-06-16 15:12:25 -07:00 committed by Arne Welzel
parent 1505fd4aa1
commit c0f3403714
5 changed files with 8 additions and 2 deletions

View file

@ -273,6 +273,7 @@ protected:
/**
* Uses the given frame for captures, and generates the
* mapping from captured variables to offsets in the frame.
* Virtual so it can be modified for script optimization uses.
*
* @param f the frame holding the values of capture variables
*/