Skip to content

Commit

Permalink
Added documentation for ScriptOptionsParser::extractImportScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Sep 20, 2024
1 parent a425887 commit 71e093c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exaudfclient/base/javacontainer/script_options/parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ struct ScriptOptionsParser {
virtual void parseForExternalJars(std::function<void(const std::string &option)> callback,
std::function<void(const std::string&)> throwException) = 0;

/*
Searches for the "%import" options and embeds the respective imported script code at the same location as
the option in the script code.
*/
virtual void extractImportScripts(std::function<void(const std::string&)> throwException) = 0;

/*
Expand Down

0 comments on commit 71e093c

Please sign in to comment.