summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornags <nags@nags-desktop.(none)>2009-08-12 23:45:10 -0700
committernags <nags@nags-desktop.(none)>2009-08-12 23:45:10 -0700
commit6a62fb5d0206b522616fd9126f73013299f1bc83 (patch)
tree58927aa30c9973e25d9cd85b899ad2e5fb6afb60
parent3965ec929e152a7f14a32fca0d6080a67b28deee (diff)
Updated documentation
-rw-r--r--Doxyfile2
-rw-r--r--doc/pyldtp-doc.h20
2 files changed, 21 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 6f110a2..95963c4 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = LDTP
-PROJECT_NUMBER = 1.6.0
+PROJECT_NUMBER = 1.7.0
OUTPUT_DIRECTORY = doc
CREATE_SUBDIRS = YES
OUTPUT_LANGUAGE = English
diff --git a/doc/pyldtp-doc.h b/doc/pyldtp-doc.h
index 6ea9cd4..276647a 100644
--- a/doc/pyldtp-doc.h
+++ b/doc/pyldtp-doc.h
@@ -1062,6 +1062,14 @@
*
* \section WindowAPI Window python API's
*
+ * \subpage activatewindow - Activate the given window name or all
+ * open windows
+ * \n
+ * \n
+ * \subpage closewindow - Close the given window name or all
+ * open windows
+ * \n
+ * \n
* \subpage getapplist - Get list of accessibility enabled applications
* \n
* \n
@@ -1092,6 +1100,14 @@
* \subpage guitimeout - Modifies the global gui timeout period
* \n
* \n
+ * \subpage maximizewindow - Maximize the given window name or all
+ * open windows
+ * \n
+ * \n
+ * \subpage minimizewindow - Minimize the given window name or all
+ * open windows
+ * \n
+ * \n
* \subpage objectexist - To check whether a component exist in a given window
* \n
* \n
@@ -5773,6 +5789,7 @@
* wnck, pygtk python library
*
* \author Nagappan Alagappan <nagappan@gmail.com>
+ * \author Arvind Patil <apatil@vmware.com>
*
*/
@@ -5799,6 +5816,7 @@
* wnck, pygtk python library
*
* \author Nagappan Alagappan <nagappan@gmail.com>
+ * \author Arvind Patil <apatil@vmware.com>
*
*/
@@ -5825,6 +5843,7 @@
* wnck, pygtk python library
*
* \author Nagappan Alagappan <nagappan@gmail.com>
+ * \author Arvind Patil <apatil@vmware.com>
*
*/
@@ -5851,6 +5870,7 @@
* wnck, pygtk python library
*
* \author Nagappan Alagappan <nagappan@gmail.com>
+ * \author Arvind Patil <apatil@vmware.com>
*
*/