summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2011-03-20 16:16:02 -0700
committerDave Beckett <dave@dajobe.org>2011-03-20 16:16:02 -0700
commitf0fbd90a109774edaa92e0f1519b9bb91dcf9341 (patch)
treee415015b05cfb01522a5ea0aa51b606972db4429
parent21b72c18f562b4ca1133da8e6500d4d111b29b4d (diff)
downloadraptor-f0fbd90a109774edaa92e0f1519b9bb91dcf9341.tar.gz
autodocs
-rw-r--r--src/raptor_term.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/raptor_term.c b/src/raptor_term.c
index 1f62a5be..98c592c9 100644
--- a/src/raptor_term.c
+++ b/src/raptor_term.c
@@ -292,7 +292,9 @@ raptor_new_term_from_literal(raptor_world* world,
*
* Takes a copy of the passed in @blank
*
- * If @blank is NULL, creates a new internal identifier and assigns it.
+ * If @blank is NULL, creates a new internal identifier and uses it.
+ * This will use the handler set with
+ * raptor_world_set_generate_bnodeid_parameters()
*
* Note: The @blank need not be NULL terminated - a NULL will be
* added to the copied string used.
@@ -346,7 +348,9 @@ raptor_new_term_from_counted_blank(raptor_world* world,
*
* Takes a copy of the passed in @blank
*
- * If @blank is NULL, creates a new internal identifier and assigns it.
+ * If @blank is NULL, creates a new internal identifier and uses it.
+ * This will use the handler set with
+ * raptor_world_set_generate_bnodeid_parameters()
*
* Return value: new term or NULL on failure
*/