mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
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 ''' https://bugzilla.gnome.org/show_bug.cgi?id=699636
This commit is contained in:
parent
1ffe1eae4d
commit
f5e75de330
@ -1880,7 +1880,7 @@ debug_print_tokens (PosToken *tokens,
|
||||
/**
|
||||
* pos_tokenize:
|
||||
* @expr: The expression
|
||||
* @tokens_p: (out) The resulting tokens
|
||||
* @tokens_p: (out): The resulting tokens
|
||||
* @n_tokens_p: (out): The number of resulting tokens
|
||||
* @err: (out): set to the problem if there was a problem
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user