From ce7244a014d327b4cc229f350c228fbc82fc15f2 Mon Sep 17 00:00:00 2001 From: Philipp Hahn Date: Thu, 11 Aug 2011 14:44:00 +0200 Subject: [PATCH] Improve tokenizing of linkable terms Currently only tabs and blanks are used for tokenizing the description, which breaks when a term is at the end of a line or has () appended to it. 1. Use also other white space characters such as new-lines and carriage return for splitting. 2. Remove some common non-word characters from the token before lookup. Signed-off-by: Philipp Hahn --- docs/newapi.xsl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/newapi.xsl b/docs/newapi.xsl index 445a48c796..6e1c646703 100644 --- a/docs/newapi.xsl +++ b/docs/newapi.xsl @@ -54,10 +54,13 @@ because the keys are only defined on the main document --> - + + - + + + @@ -70,7 +73,7 @@ - +