aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-06-24 23:19:12 +0200
committerPřemysl Janouch <p@janouch.name>2018-06-24 23:27:26 +0200
commitc09acf120cf03aa95964e45b52be95d9047f20c6 (patch)
tree8a49d1ce41b30a0b4c4524de9b21c1db63259433 /liblogdiag
parentf9f1c830f813d98ea427d4b142978b9e22ea5ea4 (diff)
downloadlogdiag-c09acf120cf03aa95964e45b52be95d9047f20c6.tar.gz
logdiag-c09acf120cf03aa95964e45b52be95d9047f20c6.tar.xz
logdiag-c09acf120cf03aa95964e45b52be95d9047f20c6.zip
Make gtk-doc work again
gtk-doc has gained an official CMake module which can fix xrefs. Meanwhile, our old module has stopped working for whatever reason, might be that I've botched the LdCategoryView interface somehow.
Diffstat (limited to 'liblogdiag')
-rw-r--r--liblogdiag/ld-category-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblogdiag/ld-category-view.c b/liblogdiag/ld-category-view.c
index cc69594..95bac77 100644
--- a/liblogdiag/ld-category-view.c
+++ b/liblogdiag/ld-category-view.c
@@ -71,7 +71,7 @@ ld_category_view_default_init (LdCategoryViewInterface *iface)
/**
* ld_category_view_set_category:
- * @self: an #LdCategorylView object.
+ * @self: an #LdCategoryView object.
* @category: the #LdCategory to be assigned to the view.
*
* Assign an #LdCategory object to the view.