From bcced2fe8ebaa143caf995e991acb6da517d6dcd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 17 Apr 2009 00:59:36 +0000 Subject: Update doxygen stuff for new waf (and new doxygen). Bump version to 0.6.4. Update ChangeLog. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1954 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/query.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'slv2/query.h') 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__ */ -- cgit v1.2.1