Parse doc-comment tags case-insensitive
authorOwen W. Taylor <otaylor@fishsoup.net>
Mon, 16 Feb 2009 23:23:25 +0000 (18:23 -0500)
committerOwen W. Taylor <otaylor@fishsoup.net>
Tue, 17 Feb 2009 16:12:07 +0000 (11:12 -0500)
commitc577448bbdb7711a4e38fea5325e80b4b7dea058
treef41932e91b5b0e9677fbef21c129f05edeeffe6d
parent09a698b389b5335fa3232ff2099b8880f14b7176
Parse doc-comment tags case-insensitive

gtk-doc treats tags like 'Return value:' or 'Since:' as case-insensitive,
do the same to make things as predictable as possibe and avoid strange
problems where a 'Return Value:' tag work with gtk-doc but not
g-ir-scanner.

http://bugzilla.gnome.org/show_bug.cgi?id=572086
giscanner/annotationparser.py