diff options
Diffstat (limited to 'src/help_text_formatter.hh')
-rw-r--r-- | src/help_text_formatter.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/help_text_formatter.hh b/src/help_text_formatter.hh index 2963695..677d579 100644 --- a/src/help_text_formatter.hh +++ b/src/help_text_formatter.hh @@ -52,7 +52,9 @@ void format_help_text_for_term(const help_text& ht, void format_example_text_for_term(const help_text& ht, help_example_to_attr_line_fun_t eval, size_t width, - attr_line_t& out); + attr_line_t& out, + help_example::language lang + = help_example::language::undefined); void format_help_text_for_rst(const help_text& ht, help_example_to_attr_line_fun_t eval, |