giscanner: don't continue parsing after multiline descriptions
authorDieter Verfaillie <dieterv@optionexplicit.be>
Thu, 22 Nov 2012 16:58:46 +0000 (17:58 +0100)
committerDieter Verfaillie <dieterv@optionexplicit.be>
Wed, 28 Nov 2012 20:31:24 +0000 (21:31 +0100)
commit3c8c01c28a5d7ee94ec74be6c205942ddae2eb59
tree3a9d45a72d1936bc3c6be9b219156cbcabeceef3
parentc291bce772a09af1e884a064ceaa736712fe36a4
giscanner: don't continue parsing after multiline descriptions

This doesn't change anything, really, except that you don't have
to read a whole page of code just to realize that nothing else
happens with that line and we go on processing the next.

Putting the continue statements there makes it a bit more readable.

https://bugzilla.gnome.org/show_bug.cgi?id=688897
giscanner/annotationparser.py