summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/pyldtp-doc.h28
1 files changed, 1 insertions, 27 deletions
diff --git a/doc/pyldtp-doc.h b/doc/pyldtp-doc.h
index e96b310..13747b2 100644
--- a/doc/pyldtp-doc.h
+++ b/doc/pyldtp-doc.h
@@ -1129,7 +1129,7 @@
*
* \section WNCKAPI WNCK Window Op API's
*
- * \subpage activatewin - Activate the window with the given title
+ * \subpage activatewindow - Activate the window with the given title
* \n
* \n
* \subpage maximizewindow - Maximize the given window name or all
@@ -5643,32 +5643,6 @@
*
*/
-/** \page activatewin activatewin
- * \section Syntax
- *
- * activatewin ('\<window name\>')
- *
- * \section Description
- *
- * Activate window based on the given name.
- *
- * \retval 1 if window exist and 0 otherwise.
- *
- * Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/python/ldtputils.py
- *
- * \section Example
- *
- * activatewin ('Mozilla Firefox')
- *
- * \section Dependency
- *
- * Python WNCK
- *
- * \author Nagappan Alagappan <nagappan@gmail.com>
- * \author Shankar Ganesh <shagan.glare@gmail.com>
- *
- */
-
/** \page windowuptime windowuptime
* \section Syntax
*