Skip to content

Commit

Permalink
Improve how the application.py code is documented
Browse files Browse the repository at this point in the history
  • Loading branch information
markm committed Dec 19, 2010
1 parent e6693ec commit 5df4e6e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doc_src/code/application.py.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pywinauto.application
---------------------

.. automodule:: pywinauto.application
:members: Application, AppNotConnected, AppStartError, AssertValidProcess, ProcessNotFoundError, process_from_module, process_module
:members: Application
:undoc-members:
:show-inheritance:

Expand All @@ -11,4 +11,14 @@ pywinauto.application

.. automethod:: pywinauto.application.WindowSpecification.__getitem__
.. automethod:: pywinauto.application.WindowSpecification.__getattr__
.. autofunction:: pywinauto.application.process_from_module

.. autofunction:: pywinauto.application.process_module

Exceptions
==========
.. autoclass:: pywinauto.application.AppNotConnected
.. autoclass:: pywinauto.application.AppStartError
.. autoclass:: pywinauto.application.AssertValidProcess
.. autoclass:: pywinauto.application.ProcessNotFoundError

0 comments on commit 5df4e6e

Please sign in to comment.