summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNagappan Alagappan <nagappan@gmail.com>2013-09-25 21:28:21 -0700
committerNagappan Alagappan <nagappan@gmail.com>2013-09-25 21:28:21 -0700
commit9aaa98130bec575e31f82f0e8e7ed716d96707ff (patch)
tree4b13f489a258ab314a3fe799bb286215cd525ad8
parent7eb1b5c6161f8093badbcf25511e1a3531d254ca (diff)
Removed missing APIs, obsolete doxygen options
-rw-r--r--Doxyfile2
-rw-r--r--doc/ldtp-doc.doxygen48
2 files changed, 3 insertions, 47 deletions
diff --git a/Doxyfile b/Doxyfile
index 03429e3..edfd722 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -65,7 +65,6 @@ GENERATE_DEPRECATEDLIST= YES
ENABLED_SECTIONS =
MAX_INITIALIZER_LINES = 30
SHOW_USED_FILES = NO
-SHOW_DIRECTORIES = NO
FILE_VERSION_FILTER =
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
@@ -157,7 +156,6 @@ HTML_FILE_EXTENSION = .html
HTML_HEADER =
HTML_FOOTER = doc/ldtp-doc-footer.txt
HTML_STYLESHEET =
-HTML_ALIGN_MEMBERS = YES
GENERATE_HTMLHELP = NO
CHM_FILE =
HHC_LOCATION =
diff --git a/doc/ldtp-doc.doxygen b/doc/ldtp-doc.doxygen
index 9df2257..476033d 100644
--- a/doc/ldtp-doc.doxygen
+++ b/doc/ldtp-doc.doxygen
@@ -262,9 +262,6 @@
* \subpage appundertest - Application under test
* \n
* \n
- * \subpage bindtext - Bind text to the current application and current locale
- * \n
- * \n
* \subpage generatekeyevent - Generate keyboard event on currently
* focused window
* \n
@@ -293,9 +290,6 @@
* \subpage remap - Force remap the window information
* \n
* \n
- * \subpage setlocale - Set locale to given locale
- * \n
- * \n
* \subpage simulatemousemove - Simulate mouse move
* \n
* \n
@@ -331,14 +325,6 @@
* list based on index
* \n
* \n
- * \subpage ischilditemselected - Is child item selected in the
- * selected list based on name from the previously selected list
- * \n
- * \n
- * \subpage ischilditemindexselected - Is child item selected in the
- * selected list based on index from the previously selected list
- * \n
- * \n
* \subpage ischildselected - Is child selected in the complete list
* based on name
* \n
@@ -379,9 +365,6 @@
*
* \section ListAPI List python API's
*
- * \subpage selecttextitem - Select the item in the list based on name
- * \n
- * \n
* \subpage selectindex - Select the item in the list based on index
*
*/
@@ -736,7 +719,7 @@
* \subpage multiselect - Select multiple rows with the given names
* \n
* \n
- * \subpage multiRemove - Unselect multiple rows with the given names
+ * \subpage multiremove - Unselect multiple rows with the given names
* \n
* \n
* \subpage selectlastrow - Select last row in the table
@@ -759,12 +742,6 @@
* with matches the given name
* \n
* \n
- * \subpage sortcolumn - Sort the column based on the given field name
- * \n
- * \n
- * \subpage sortcolumnindex - Sort the column based on the given field index
- * \n
- * \n
* \subpage uncheckrow - Un check the table cell of type toggle button
* \n
* \n
@@ -793,12 +770,6 @@
* \subpage appendtext - Append the given text to the existing text
* \n
* \n
- * \subpage comparetextproperty - Checks the availability of all the given text property
- * \n
- * \n
- * \subpage containstextproperty - Checks the availability of one given text property
- * \n
- * \n
* \subpage copytext - Copy text to clipboard
* \n
* \n
@@ -818,9 +789,6 @@
* \subpage getcursorposition - Get the current cursor position
* \n
* \n
- * \subpage gettextproperty - Get the properties of text
- * \n
- * \n
* \subpage gettextvalue - Get the text content
* \n
* \n
@@ -960,14 +928,10 @@
* \subpage getrowcount - Get the rows count
* \n
* \n
- * \subpage gettreetablerowindex - Get the index of the row, where the
- * given name matches
- * \n
- * \n
* \subpage multiselect - Select multiple rows with the given names
* \n
* \n
- * \subpage multiRemove - Unselect multiple rows with the given names
+ * \subpage multiremove - Unselect multiple rows with the given names
* \n
* \n
* \subpage rightclick - Generate right click event
@@ -993,12 +957,6 @@
* with matches the given name
* \n
* \n
- * \subpage sortcolumn - Sort the column based on the given field name
- * \n
- * \n
- * \subpage sortcolumnindex - Sort the column based on the given field index
- * \n
- * \n
* \subpage uncheckrow - Un check the table cell of type toggle button
* \n
* \n
@@ -1421,7 +1379,7 @@
* \page log log
* \section Syntax
*
- * log('\<Message to be logged\>', logging.<TYPE>)
+ * log('\<Message to be logged\>', logging.\<TYPE\>)
*
* where TYPE can be any of these
*