scan: replace workaround with proper fix
commit6f3a0b74712c4ebb556ad0d884ff8cce02a8d3b2
authorStefan Sauer <ensonic@users.sf.net>
Tue, 25 Apr 2017 20:51:35 +0000 (25 22:51 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Tue, 25 Apr 2017 20:54:29 +0000 (25 22:54 +0200)
treef95c6a7835eab24e81570cc032c558b3c7f43820
parented74966e0de3d0f13ac7c29b2708ef039d85fd3e
scan: replace workaround with proper fix

Replace the '(?:\s+|\*)+' with '[ *]+' since the former is slow and overly
complicated.

https://bugzilla.gnome.org/show_bug.cgi?id=781569
gtkdoc/scan.py