aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Rewrite/HTMLRewrite.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Rewrite/HTMLRewrite.h')
-rw-r--r--include/clang/Rewrite/HTMLRewrite.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Rewrite/HTMLRewrite.h b/include/clang/Rewrite/HTMLRewrite.h
index 1ebbade161..dc4d3bf2ab 100644
--- a/include/clang/Rewrite/HTMLRewrite.h
+++ b/include/clang/Rewrite/HTMLRewrite.h
@@ -62,7 +62,8 @@ namespace html {
void AddLineNumbers(Rewriter& R, unsigned FileID);
- void AddHeaderFooterInternalBuiltinCSS(Rewriter& R, unsigned FileID);
+ void AddHeaderFooterInternalBuiltinCSS(Rewriter& R, unsigned FileID,
+ const char *title = NULL);
/// SyntaxHighlight - Relex the specified FileID and annotate the HTML with
/// information about keywords, comments, etc.