diff options
author | raveit65 <[email protected]> | 2016-07-03 13:14:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-03 13:14:26 +0200 |
commit | ef543e7015b7520a6e758d629fe5c5c338580d86 (patch) | |
tree | 08541457c1877821bcb736aa66c65dc8754bcef0 /libview | |
parent | 1c71a8a7abe3f1472100c7f00ce38a2fba633121 (diff) | |
download | atril-ef543e7015b7520a6e758d629fe5c5c338580d86.tar.bz2 atril-ef543e7015b7520a6e758d629fe5c5c338580d86.tar.xz |
ev-view: add missing semicolon to gtk-doc comment
g-ir-scanner will emit a warning otherwise.
https://bugzilla.gnome.org/show_bug.cgi?id=691354
taken from:
https://git.gnome.org/browse/evince/commit/?id=8ee8b7e
Diffstat (limited to 'libview')
-rw-r--r-- | libview/ev-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-view.c b/libview/ev-view.c index bd14de6f..9da4b8ad 100644 --- a/libview/ev-view.c +++ b/libview/ev-view.c @@ -6115,7 +6115,7 @@ jump_to_find_result (EvView *view) } /** - * jump_to_find_page + * jump_to_find_page: * @view: #EvView instance * @direction: Direction to look * @shift: Shift from current page |