summaryrefslogtreecommitdiff
path: root/girepository
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2012-11-15 20:56:54 +0100
committerDieter Verfaillie <dieterv@optionexplicit.be>2012-11-15 23:49:43 +0100
commit6b0687702695389e5aa4176062591a2d604d3e45 (patch)
treeeccfdfdbf08b302fd1396e76e3e17430179cf16d /girepository
parent338c78139ef31cc84feabfdf89566453184f3ae0 (diff)
downloadgobject-introspection-6b0687702695389e5aa4176062591a2d604d3e45.tar.gz
docs: don't mark non GTK-Doc as being a GTK-Doc comment block
This patch silences another gtkdoc-mkdb warning. https://bugzilla.gnome.org/show_bug.cgi?id=688418
Diffstat (limited to 'girepository')
-rw-r--r--girepository/gthash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/gthash.c b/girepository/gthash.c
index b50ea6f0..ecc3b104 100644
--- 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