X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=cut-n-paste%2Frecent-files%2Fegg-recent-view-gtk.c;h=98727366edb7068601d1a00ce3be43e9c30eb2a9;hb=0278ffdb57c2e17e33acb52bb5569d746246f671;hp=34805b295140bfce7f1f046317ff88d6e466a1f7;hpb=69d92c409d333e5dd9cc82537c0834b201487c60;p=evince.git diff --git a/cut-n-paste/recent-files/egg-recent-view-gtk.c b/cut-n-paste/recent-files/egg-recent-view-gtk.c index 34805b29..98727366 100644 --- a/cut-n-paste/recent-files/egg-recent-view-gtk.c +++ b/cut-n-paste/recent-files/egg-recent-view-gtk.c @@ -1,5 +1,5 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/** +/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the @@ -190,7 +190,7 @@ egg_recent_view_gtk_new_separator (EggRecentViewGtk *view) retval = gtk_separator_menu_item_new (); - /** + /* * this is a tag so we can distinguish our menu items * from others that may be in the menu. */ @@ -285,7 +285,7 @@ egg_recent_view_gtk_new_menu_item (EggRecentViewGtk *view, g_free (mime_type); g_free (text); - /** + /* * this is a tag so we can distinguish our menu items * from others that may be in the menu. */ @@ -773,7 +773,6 @@ egg_recent_view_gtk_new (GtkWidget *menu, GtkWidget *start_menu_item) /** * egg_recent_view_gtk_get_type: - * @: * * This returns a GType representing a EggRecentViewGtk object. *