Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed May 31, 2024
1 parent 0543e5e commit 2d70bd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ class Plugin
/**
* Evaluate program.
* @param prog The program to evaluate.
* @param args Its arguments. The program to evaluate is at args[0].
* @param args The arguments of the program application. Note that prog is
* included in this list, at position 0 of args.
* @param ctx The context under which we are evaluating, which is a
* substitution from variables to their value.
* @return The result of evaluation prog for the given argumetns in context
Expand Down

0 comments on commit 2d70bd7

Please sign in to comment.