EDNA Plugin: EDPluginExecEpydocv1_0

Name:EDPluginExecEpydocv1_0
Project:execPlugins
Path:execPlugins/plugins/EDPluginGroupDocumentation/plugins/EDPluginExecEpydocv1_0.py
Author:Jérôme Kieffer
Date:
Copyright:2011, ESRF
License:GPLv3+
Module doc:
Class doc:EDPluginExecEpydocv1_0 is a plugin running Epydoc, an automatic API documentation generator

Datamodels: XSDataInputEpydoc
targetNamespace "http://www.edna-site.org"

import XSDataCommon.XSDataInput
import XSDataCommon.XSDataResult
import XSDataCommon.XSDataFile
import XSDataCommon.XSDataInteger
import XSDataCommon.XSDataString
import XSDataCommon.XSDataArray

complex type XSDataInputEpydoc extends XSDataInput {
    "docType can be pdf ot html (default)
verbosity is the one for epydoc, from -1 (-q) to +2 (-vv)

"

    docPath: XSDataFile
    sources: XSDataFile []
    docType: XSDataString optional 
    verbosity: XSDataInteger optional
    projectName:  XSDataString optional 
    
    }
complex type XSDataResultEpydoc extends XSDataResult {
    docPath: XSDataFile
}