diff options
author | David Robillard <d@drobilla.net> | 2009-04-17 00:59:36 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-04-17 00:59:36 +0000 |
commit | bcced2fe8ebaa143caf995e991acb6da517d6dcd (patch) | |
tree | c0ddce25e878fc055f3f7a46a82df208731d2ad2 /slv2/query.h | |
parent | f5e5a68c2589ca8df17fd7f78fb497a251bcc019 (diff) | |
download | lilv-bcced2fe8ebaa143caf995e991acb6da517d6dcd.tar.gz lilv-bcced2fe8ebaa143caf995e991acb6da517d6dcd.tar.bz2 lilv-bcced2fe8ebaa143caf995e991acb6da517d6dcd.zip |
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
Diffstat (limited to 'slv2/query.h')
-rw-r--r-- | slv2/query.h | 7 |
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__ */ |