eric3.DocumentationTools.__init__

Package implementing interfaces to source code documentation tools.

It implements the high level interface and all the supporting dialogs for the supported source code documentors.

Classes

DocumentationTools

Functions

None

DocumentationTools

Class implementing the high level interface.

Derived from

QObject

Methods

DocumentationTools Constructor
handleEricapi Private slot to perform the eric3-api api generation.
handleEricdoc Private slot to perform the eric3-doc api documentation generation.
handleHappydoc Private slot to perform the happydoc api documentation generation.
initActions Private method to initialize the API documentation actions.
initMenu Private method called to build the project API documentation submenu.

DocumentationTools (Constructor)

DocumentationTools(project, parent)

Constructor

parent
parent object of this class (QObject)
project
project object of the current project

DocumentationTools.handleEricapi

handleEricapi()

Private slot to perform the eric3-api api generation.

DocumentationTools.handleEricdoc

handleEricdoc()

Private slot to perform the eric3-doc api documentation generation.

DocumentationTools.handleHappydoc

handleHappydoc()

Private slot to perform the happydoc api documentation generation.

DocumentationTools.initActions

initActions()

Private method to initialize the API documentation actions.

DocumentationTools.initMenu

initMenu()

Private method called to build the project API documentation submenu.

Returns:
the menu or None

Up