package_revision.h.in

Tue, 06 Nov 2018 17:00:52 -0600

author
Mike Ruprecht <cmaiku@gmail.com>
date
Tue, 06 Nov 2018 17:00:52 -0600
changeset 39300
af611557a710
parent 38462
995638b4ec74
permissions
-rw-r--r--

status: Silence glib-mkenums warning

glib-mkenums doesn't appear to recognize the /*< private >*/ tag from
GtkDoc annotations. This causes it to warn about it twice when
building the enums. Since this is the only place that uses it for an
enum and it seems to be used in such a way that it really could be
documented, this patch removes the private tag and adds a docstring
for it.

#define REVISION "@VCS_TAG@"

mercurial