summaryrefslogtreecommitdiffstats
path: root/sord
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-25 08:02:25 +0000
committerDavid Robillard <d@drobilla.net>2011-02-25 08:02:25 +0000
commitc114aef6c587ae5f594075c7aa37604b6dcbf6d4 (patch)
tree75d5e8873962c17b3d92cfb35584da72eb83e32f /sord
parentb8c6a69736fad27e225a4924b129e6186383a4a5 (diff)
downloadsord-c114aef6c587ae5f594075c7aa37604b6dcbf6d4.tar.gz
sord-c114aef6c587ae5f594075c7aa37604b6dcbf6d4.tar.bz2
sord-c114aef6c587ae5f594075c7aa37604b6dcbf6d4.zip
Use latest documentation style from Serd.
-- This line, and those below, will be ignored-- M trunk/doc/style.css M trunk/sord/sord.h git-svn-id: http://svn.drobilla.net/sord/trunk@43 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'sord')
-rw-r--r--sord/sord.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sord/sord.h b/sord/sord.h
index f496811..1258471 100644
--- a/sord/sord.h
+++ b/sord/sord.h
@@ -262,9 +262,8 @@ sord_node_equals(const SordNode a,
@param world The world in which to make this store.
@param indices SordIndexOption flags (e.g. SORD_SPO|SORD_OPS). Be sure to
- choose indices such that there is an index where the most significant
- node(s) are not variables for your queries. For example, if you are going
- to make (? P O) queries, you should enable either SORD_OPS or SORD_POS.
+ enable an index where the most significant node(s) are not variables in your
+ queries (e.g. to make (? P O) queries, enable either SORD_OPS or SORD_POS).
@param graphs If true, store (and index) graph contexts.
*/