summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNagappan Alagappan <nagappan@gmail.com>2013-01-17 20:50:26 -0800
committerNagappan Alagappan <nagappan@gmail.com>2013-01-17 20:50:26 -0800
commitbdc6759f3dd02738a471423f38bf921ca0bd58bb (patch)
tree3437bc4e7f0df231abb6debfca810225e129d4fa /doc
parent9aa6c0abd5799f24de1ca4e38063c9e62f6be9f7 (diff)
Updated selectrow arguments
Diffstat (limited to 'doc')
-rw-r--r--doc/ldtp-doc.doxygen6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ldtp-doc.doxygen b/doc/ldtp-doc.doxygen
index fad8bc4..04e12a9 100644
--- a/doc/ldtp-doc.doxygen
+++ b/doc/ldtp-doc.doxygen
@@ -3263,11 +3263,11 @@
/** \page selectrow selectrow
* \section Syntax
*
- * selectrow('\<window name\>', '\<table name\>', '\<value of row in first column\>')
+ * selectrow('\<window name\>', '\<table name\>', '\<value of row in first column\>'[, <partial match=false>])
*
* \section Description
*
- * Selects the row in table whose first column's(0th column) value is same as the contents of the third argument in the function call.
+ * Selects the row in table whose first column's(0th column) value is same as the contents of the third argument in the function call, check for partial match if set to true, default is false.
*
* \section ImplementationDetails
*
@@ -3284,6 +3284,8 @@
*
* selectrow('dlgOpen', 'dlgFiles', 'readme')
*
+ * selectrow('dlgOpen', 'dlgFiles', 'read', partial_match=true)
+ *
* \author Nagappan Alagappan <nagappan@gmail.com>
*/