summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2013-03-15 11:52:51 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2013-03-15 11:52:51 +1100
commitfc5e7a0a96ddb1f0d6d50ab994d5e71b39fdc129 (patch)
treea2cd44cb3ae7d8ef7192cb8774e565e13a297b1d
parent802ceb1be5de693603529530eb8a4818ccb5d50d (diff)
downloadmongo-fc5e7a0a96ddb1f0d6d50ab994d5e71b39fdc129.tar.gz
Minor doc change.
-rw-r--r--src/include/wiredtiger.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/wiredtiger.in b/src/include/wiredtiger.in
index a0d2d15ca9d..55609532697 100644
--- a/src/include/wiredtiger.in
+++ b/src/include/wiredtiger.in
@@ -597,7 +597,9 @@ struct __wt_session {
* @snippet ex_all.c Create a table
*
* @param session the session handle
- * @param name the URI of the object to create, such as \c "table:stock"
+ * @param name the URI of the object to create, such as
+ * \c "table:stock". For a description of URI formats
+ * see @ref data_sources.
* @configstart{session.create, see dist/api_data.py}
* @config{allocation_size, the file unit allocation size\, in bytes\,
* must a power-of-two; smaller values decrease the file space required