Add some Markdown escapes
Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/2aed30f8 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/2aed30f8 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/2aed30f8 Branch: refs/heads/master Commit: 2aed30f81c42e70f815ec0a074823b40beb4e607 Parents: 08bf047 Author: Nick Wellnhofer <[email protected]> Authored: Mon Nov 10 15:16:34 2014 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Wed Dec 24 14:42:12 2014 +0100 ---------------------------------------------------------------------- core/Lucy/Highlight/Highlighter.cfh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/2aed30f8/core/Lucy/Highlight/Highlighter.cfh ---------------------------------------------------------------------- diff --git a/core/Lucy/Highlight/Highlighter.cfh b/core/Lucy/Highlight/Highlighter.cfh index c349925..72010c0 100644 --- a/core/Lucy/Highlight/Highlighter.cfh +++ b/core/Lucy/Highlight/Highlighter.cfh @@ -73,12 +73,12 @@ public class Lucy::Highlight::Highlighter inherits Clownfish::Obj { public incremented String* Highlight(Highlighter *self, String *text); - /** Setter. The default value is "<strong>". + /** Setter. The default value is "\<strong>". */ public void Set_Pre_Tag(Highlighter *self, String *pre_tag); - /** Setter. The default value is "</strong>". + /** Setter. The default value is "\</strong>". */ public void Set_Post_Tag(Highlighter *self, String *post_tag);
