Skip to content

Commit

Permalink
update single include
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Sep 7, 2021
1 parent d038c53 commit 5a4ac92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single_include/inja/inja.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4430,7 +4430,7 @@ class Environment {
}

/*!
@brief Sets a function that is called when an include statement is not found
@brief Sets a function that is called when an included file is not found
*/
void set_include_callback(const std::function<Template(const std::string&, const std::string&)>& callback) {
parser_config.include_callback = callback;
Expand Down

0 comments on commit 5a4ac92

Please sign in to comment.