epiphany r8560 - in trunk: embed lib src src/bookmarks
- From: diegoe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8560 - in trunk: embed lib src src/bookmarks
- Date: Mon, 29 Sep 2008 05:54:24 +0000 (UTC)
Author: diegoe
Date: Mon Sep 29 05:54:24 2008
New Revision: 8560
URL: http://svn.gnome.org/viewvc/epiphany?rev=8560&view=rev
Log:
Avoid the parsing of non doc comments
Modified:
trunk/embed/ephy-encodings.c
trunk/lib/ephy-password-dialog.c
trunk/src/bookmarks/ephy-bookmarks-import.c
trunk/src/ephy-link-action.c
trunk/src/pdm-dialog.c
Modified: trunk/embed/ephy-encodings.c
==============================================================================
--- trunk/embed/ephy-encodings.c (original)
+++ trunk/embed/ephy-encodings.c Mon Sep 29 05:54:24 2008
@@ -43,7 +43,7 @@
GSList *recent;
};
-/**
+/*
* translatable encodings titles
* NOTE: if you add/remove/change encodings, please also update the schema in
* epiphany.schemas.in
Modified: trunk/lib/ephy-password-dialog.c
==============================================================================
--- trunk/lib/ephy-password-dialog.c (original)
+++ trunk/lib/ephy-password-dialog.c Mon Sep 29 05:54:24 2008
@@ -86,7 +86,7 @@
G_DEFINE_TYPE (EphyPasswordDialog, ephy_password_dialog, GTK_TYPE_MESSAGE_DIALOG)
-/**
+/*
* Calculate the quality of a password. The algorithm used is taken
* directly from mozilla:
* mozilla/security/manager/pki/resources/content/password.js
Modified: trunk/src/bookmarks/ephy-bookmarks-import.c
==============================================================================
--- trunk/src/bookmarks/ephy-bookmarks-import.c (original)
+++ trunk/src/bookmarks/ephy-bookmarks-import.c Mon Sep 29 05:54:24 2008
@@ -614,7 +614,7 @@
return ret;
}
-/**
+/*
* This function replaces some weird elements
* like & ≤, etc..
* More info : http://www.w3.org/TR/html4/charset.html#h-5.3.2
Modified: trunk/src/ephy-link-action.c
==============================================================================
--- trunk/src/ephy-link-action.c (original)
+++ trunk/src/ephy-link-action.c Mon Sep 29 05:54:24 2008
@@ -51,7 +51,7 @@
GdkEventButton *event,
EphyLinkAction *action)
{
- /**
+ /*
* We do not use ephy_gui_is_middle_click() here because
* that also catches ctrl + left_click which already
* triggers an activate event for all proxies.
@@ -69,7 +69,7 @@
{
GtkWidget *widget;
- /**
+ /*
* Finding the interesting widget requires internal knowledge of
* the widgets in question. This can't be helped, but by keeping
* the sneaky code in one place, it can easily be updated.
@@ -81,7 +81,7 @@
}
else if (GTK_IS_MENU_TOOL_BUTTON (proxy))
{
- /**
+ /*
* The menu tool button's button is the first child
* of the child hbox.
*/
Modified: trunk/src/pdm-dialog.c
==============================================================================
--- trunk/src/pdm-dialog.c (original)
+++ trunk/src/pdm-dialog.c Mon Sep 29 05:54:24 2008
@@ -1446,7 +1446,7 @@
g_signal_connect (window, "response",
G_CALLBACK (pdm_dialog_response_cb), dialog);
- /**
+ /*
* Group all Properties and Remove buttons in the same size group to
* avoid the little jerk you get otherwise when switching pages because
* one set of buttons is wider than another.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]