aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2008-09-29 13:54:24 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2008-09-29 13:54:24 +0800
commit3b0ff58340c2464bf5df073e86f51e15c3cceaaa (patch)
tree519e7d9c0d3811ffa7b443b93c76915c0909c0df /lib
parent1252239ef90a65845487fddbe620996533a4faa3 (diff)
downloadgsoc2013-epiphany-3b0ff58340c2464bf5df073e86f51e15c3cceaaa.tar
gsoc2013-epiphany-3b0ff58340c2464bf5df073e86f51e15c3cceaaa.tar.gz
gsoc2013-epiphany-3b0ff58340c2464bf5df073e86f51e15c3cceaaa.tar.bz2
gsoc2013-epiphany-3b0ff58340c2464bf5df073e86f51e15c3cceaaa.tar.lz
gsoc2013-epiphany-3b0ff58340c2464bf5df073e86f51e15c3cceaaa.tar.xz
gsoc2013-epiphany-3b0ff58340c2464bf5df073e86f51e15c3cceaaa.tar.zst
gsoc2013-epiphany-3b0ff58340c2464bf5df073e86f51e15c3cceaaa.zip
Avoid the parsing of non doc comments
svn path=/trunk/; revision=8560
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-password-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-password-dialog.c b/lib/ephy-password-dialog.c
index 74195bf53..34a4c931a 100644
--- a/lib/ephy-password-dialog.c
+++ b/lib/ephy-password-dialog.c
@@ -86,7 +86,7 @@ enum
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