From a06b1020839f36e3b2ea73c09d9ead7f75983549 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 26 Feb 2018 20:09:45 +0100 Subject: Bug 688387 - JavaDoc @linkplain is not recognized See to it that the, JavaDoc version of the, command @link cannot be confused with @linkplain. --- src/doctokenizer.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doctokenizer.l b/src/doctokenizer.l index 90a8c55..777e963 100644 --- a/src/doctokenizer.l +++ b/src/doctokenizer.l @@ -554,7 +554,7 @@ REFWORD_NOCV {LABELID}|{REFWORD2_NOCV}|{REFWORD3}|{REFWORD4_NOCV} g_token->indent = computeIndent(text,dotPos); return TK_ENDLIST; } -"{"{BLANK}*"@link" { +"{"{BLANK}*"@link"/{BLANK}+ { g_token->name = "javalink"; return TK_COMMAND; } -- cgit v0.12