giscanner: fix DocBlock().comment
authorDieter Verfaillie <dieterv@optionexplicit.be>
Mon, 29 Oct 2012 07:32:08 +0000 (08:32 +0100)
committerDieter Verfaillie <dieterv@optionexplicit.be>
Wed, 28 Nov 2012 20:31:23 +0000 (21:31 +0100)
commitc291bce772a09af1e884a064ceaa736712fe36a4
tree097b889239d781eba9db4322b1b1e7cf1b8e3964
parentd5029e03561a1493470c43f8d2a08b90758baccf
giscanner: fix DocBlock().comment

If there is no comment block description, DocBlock().comment
should be None. This results in the removal of unneeded blank
lines in the output of DocBlock().to_gtk_doc and hence the .c
files generated by misc/update-glib-annotations.py

https://bugzilla.gnome.org/show_bug.cgi?id=688897
gir/gio-2.0.c
gir/glib-2.0.c
gir/gobject-2.0.c
giscanner/annotationparser.py
giscanner/maintransformer.py