GNOME Bugzilla – Bug 699636
ui: add missing delimiter in GTK-Doc comment block
Last modified: 2013-05-03 22:25:51 UTC
--warn-error is being passed to g-ir-scanner, which will emite more warnings regarding broken GTK-Doc comment blocks in the future. Attached patch fixes the reported issue(s).
Created attachment 243250 [details] [review] ui: add missing delimiter in GTK-Doc comment block g-ir-scanner will emit more warnings regarding broken GTK-Doc syntax in the near future, which due to --warn-error being used would break the build: ''' ui/theme.c:1883: Warning: Meta: missing ":" at column 20: * @tokens_p: (out) The resulting tokens ^ g-ir-scanner: compile: gcc -Wall -Wno-deprecated-declarations ... g-ir-scanner: link: /bin/sh ../libtool --mode=link --tag=CC gcc ... libtool: link: gcc -o /home/dieterv/gnome.org/checkout/mutter/... <unknown>:: Fatal: Meta: warnings configured as fatal <unknown>:: Fatal: Meta: warnings configured as fatal make[4]: *** [Meta-3.0.gir] Error 1 '''
Review of attachment 243250 [details] [review]: OK.
Pushed as https://git.gnome.org/browse/mutter/commit/?id=f5e75de3306bf773baffd8bff4e97bfe9bf57fbc Thanks for the review.