summaryrefslogtreecommitdiffstats
path: root/slv2
diff options
context:
space:
mode:
Diffstat (limited to 'slv2')
-rw-r--r--slv2/query.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/slv2/query.h b/slv2/query.h
index 0c9c943..7319c84 100644
--- a/slv2/query.h
+++ b/slv2/query.h
@@ -23,6 +23,10 @@
extern "C" {
#endif
+/** \addtogroup slv2_data
+ * @{
+ */
+
/** Query a plugin with an arbitrary SPARQL string.
*/
@@ -84,9 +88,10 @@ void
slv2_results_next(SLV2Results results);
+/** @} */
+
#ifdef __cplusplus
} /* extern "C" */
#endif
-
#endif /* __SLV2_QUERY_H__ */