From: Philipp Hahn Date: Thu, 11 Aug 2011 12:44:00 +0000 (+0200) Subject: Improve tokenizing of linkable terms X-Git-Tag: v0.9.5-rc1~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7244a014d327b4cc229f350c228fbc82fc15f2;p=thirdparty%2Flibvirt.git 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 --- 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 @@ - +