projects
/
platform
/
upstream
/
gobject-introspection.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
338c781
)
docs: don't mark non GTK-Doc as being a GTK-Doc comment block
author
Dieter Verfaillie
<dieterv@optionexplicit.be>
Thu, 15 Nov 2012 19:56:54 +0000
(20:56 +0100)
committer
Dieter Verfaillie
<dieterv@optionexplicit.be>
Thu, 15 Nov 2012 22:49:43 +0000
(23:49 +0100)
This patch silences another gtkdoc-mkdb warning.
https://bugzilla.gnome.org/show_bug.cgi?id=688418
girepository/gthash.c
patch
|
blob
|
history
diff --git
a/girepository/gthash.c
b/girepository/gthash.c
index b50ea6f0e6dd96266705a49cf2fb79e357a82fa6..ecc3b1040184c8c9fce4646526d8e7cc7f15310f 100644
(file)
--- a/
girepository/gthash.c
+++ b/
girepository/gthash.c
@@
-29,7
+29,7
@@
#define ALIGN_VALUE(this, boundary) \
(( ((unsigned long)(this)) + (((unsigned long)(boundary)) -1)) & (~(((unsigned long)(boundary))-1)))
-/*
*
+/*
* String hashing in the typelib. We have a set of static (fixed) strings,
* and given one, we need to find its index number. This problem is perfect
* hashing: http://en.wikipedia.org/wiki/Perfect_hashing