diff options
author | Xan Lopez <xan@igalia.com> | 2012-07-28 16:21:55 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-07-28 16:21:55 +0800 |
commit | 4e5b45ab4f8e9429c6075c548d71f4bad79399cf (patch) | |
tree | ec31d44e09bbd9637baac2c68a1c0648050a5448 /embed | |
parent | 1640c70ea008fcf0b4332d1219fcdbf02e5174d1 (diff) | |
download | gsoc2013-epiphany-4e5b45ab4f8e9429c6075c548d71f4bad79399cf.tar.gz gsoc2013-epiphany-4e5b45ab4f8e9429c6075c548d71f4bad79399cf.tar.zst gsoc2013-epiphany-4e5b45ab4f8e9429c6075c548d71f4bad79399cf.zip |
ephy-web-view: fix gtk-doc warning
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-web-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c index 7298d3908..43dd2fae2 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -1184,7 +1184,7 @@ title_changed_cb (WebKitWebView *web_view, } -/** +/* * Sets the view location to be address. Note that this function might * also set the typed-address property to NULL. */ |