From: Dieter Verfaillie Date: Thu, 15 Nov 2012 19:56:54 +0000 (+0100) Subject: docs: don't mark non GTK-Doc as being a GTK-Doc comment block X-Git-Tag: GOBJECT_INTROSPECTION_1_35_2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b0687702695389e5aa4176062591a2d604d3e45;p=platform%2Fupstream%2Fgobject-introspection.git 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 --- diff --git a/girepository/gthash.c b/girepository/gthash.c index b50ea6f..ecc3b10 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