]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Improve tokenizing of linkable terms
authorPhilipp Hahn <hahn@univention.de>
Thu, 11 Aug 2011 12:44:00 +0000 (14:44 +0200)
committerEric Blake <eblake@redhat.com>
Fri, 12 Aug 2011 13:35:19 +0000 (07:35 -0600)
commitce7244a014d327b4cc229f350c228fbc82fc15f2
tree4082fa6564702ed971c3134b92cce8903fb74b23
parent977ba05973bffc671f1837a388d9be3c5728415c
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 <hahn@univention.de>
docs/newapi.xsl