mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 19:22:11 +01:00
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
This commit is contained in:
parent
f4e33baf3b
commit
430826e825
2
gthash.c
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user