phing-tasks-ext-phpdoc
[ class tree: phing-tasks-ext-phpdoc ] [ index: phing-tasks-ext-phpdoc ] [ all elements ]

Element index for package phing-tasks-ext-phpdoc

[ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ j ] [ l ] [ m ] [ o ] [ p ] [ q ] [ s ] [ t ] [ u ] [ v ] [ _ ]

_

__construct
in file PhingPhpDocumentorSetup.php, method PhingPhpDocumentorSetup::__construct()
    Constructs a new PhingPhpDocumentorSetup.
top

c

$configDir
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$configDir
$customtags
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$customtags
constructArguments
in file PhpDocumentorExternalTask.php, method PhpDocumentorExternalTask::constructArguments()
    Constructs an argument string for phpDocumentor
createFileset
in file PhpDocumentorTask.php, method PhpDocumentorTask::createFileset()
    Creates a FileSet.
createProjdocfileset
in file PhpDocumentorTask.php, method PhpDocumentorTask::createProjdocfileset()
    Creates a readme/install/changelog fileset.
top

d

$defaultCategoryName
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$defaultCategoryName
$defaultPackageName
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$defaultPackageName
$destdir
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$destdir
top

e

$examplesDir
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$examplesDir
top

f

$filesets
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$filesets
findPhpDocumentorInstall
in file PhpDocumentorTask.php, method PhpDocumentorTask::findPhpDocumentorInstall()
    Searches include_path for PhpDocumentor install and adjusts include_path appropriately.
top

g

getProgramPath
in file PhpDocumentorExternalTask.php, method PhpDocumentorExternalTask::getProgramPath()
    Returns the path to the phpDocumentor executable
top

i

$ignoresymlinks
in file PhpDocumentorExternalTask.php, variable PhpDocumentorExternalTask::$ignoresymlinks
$ignoreTags
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$ignoreTags
init
in file PhpDocumentorTask.php, method PhpDocumentorTask::init()
    Load the necessary environment for running PhpDoc.
init
in file PhpDocumentorExternalTask.php, method PhpDocumentorExternalTask::init()
    Override PhpDocumentorTask::init() because they're specific to the phpdoc API which we don't use.
top

j

$javadocDesc
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$javadocDesc
top

l

$linksource
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$linksource
top

m

main
in file PhpDocumentorTask.php, method PhpDocumentorTask::main()
    Main entrypoint of the task
main
in file PhpDocumentorExternalTask.php, method PhpDocumentorExternalTask::main()
    Main entrypoint of the task
top

o

$output
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$output
top

p

$packages
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$packages
$parsePrivate
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$parsePrivate
$pear
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$pear
$programPath
in file PhpDocumentorExternalTask.php, variable PhpDocumentorExternalTask::$programPath
    The path to the executable for phpDocumentor
$projDocFilesets
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$projDocFilesets
PhingPhpDocumentorSetup
in file PhingPhpDocumentorSetup.php, class PhingPhpDocumentorSetup
    Phing subclass of the phpDocumentor_setup class provided with PhpDocumentor to work around limitations in PhpDocumentor API.
PhpDocumentorExternalTask
in file PhpDocumentorExternalTask.php, class PhpDocumentorExternalTask
    Task to run phpDocumentor with an external process
PhpDocumentorTask
in file PhpDocumentorTask.php, class PhpDocumentorTask
    Task to run PhpDocumentor.
PhingPhpDocumentorSetup.php
procedural page PhingPhpDocumentorSetup.php
PhpDocumentorExternalTask.php
procedural page PhpDocumentorExternalTask.php
PhpDocumentorTask.php
procedural page PhpDocumentorTask.php
top

q

$quiet
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$quiet
top

s

$sourcepath
in file PhpDocumentorExternalTask.php, variable PhpDocumentorExternalTask::$sourcepath
setConfigdir
in file PhpDocumentorTask.php, method PhpDocumentorTask::setConfigdir()
    Set a directory to search for configuration files in.
setCustomtags
in file PhingPhpDocumentorSetup.php, method PhingPhpDocumentorSetup::setCustomtags()
    custom tags, will be recognized and put in tags[] instead of unknowntags[]
setCustomtags
in file PhpDocumentorTask.php, method PhpDocumentorTask::setCustomtags()
    custom tags, will be recognized and put in tags[] instead of unknowntags[].
setDefaultcategoryname
in file PhpDocumentorTask.php, method PhpDocumentorTask::setDefaultcategoryname()
    Sets the default category name.
setDefaultCategoryName
in file PhingPhpDocumentorSetup.php, method PhingPhpDocumentorSetup::setDefaultCategoryName()
    Sets the default category name.
setDefaultPackageName
in file PhingPhpDocumentorSetup.php, method PhingPhpDocumentorSetup::setDefaultPackageName()
    Sets the default package name.
setDefaultpackagename
in file PhpDocumentorTask.php, method PhpDocumentorTask::setDefaultpackagename()
    Sets the default package name.
setDestdir
in file PhpDocumentorTask.php, method PhpDocumentorTask::setDestdir()
    Set the destination directory for the generated documentation
setExamplesDir
in file PhingPhpDocumentorSetup.php, method PhingPhpDocumentorSetup::setExamplesDir()
    Set fullpath to directory to look in for examples.
setExamplesdir
in file PhpDocumentorTask.php, method PhpDocumentorTask::setExamplesdir()
    Set a directory to search for examples in.
setGenerateSourcecode
in file PhingPhpDocumentorSetup.php, method PhingPhpDocumentorSetup::setGenerateSourcecode()
    Set whether to generate sourcecode for each file parsed.
setIgnoresymlinks
in file PhpDocumentorExternalTask.php, method PhpDocumentorExternalTask::setIgnoresymlinks()
    Ignore symlinks to other files or directories.
setIgnoretags
in file PhpDocumentorTask.php, method PhpDocumentorTask::setIgnoretags()
    Set (comma-separated) list of tags to ignore.
setIgnoreTags
in file PhingPhpDocumentorSetup.php, method PhingPhpDocumentorSetup::setIgnoreTags()
    Set comma-separated list of tags to ignore.
setJavadocdesc
in file PhpDocumentorTask.php, method PhpDocumentorTask::setJavadocdesc()
    Whether to use javadoc descriptions (more primitive).
setLinksource
in file PhpDocumentorTask.php, method PhpDocumentorTask::setLinksource()
    Set whether to generate sourcecode for each file parsed
setOutput
in file PhpDocumentorTask.php, method PhpDocumentorTask::setOutput()
    Set the output format (e.g. HTML:Smarty:PHP).
setPackageoutput
in file PhpDocumentorTask.php, method PhpDocumentorTask::setPackageoutput()
    Set (comma-separated) list of packages to output.
setParseprivate
in file PhpDocumentorTask.php, method PhpDocumentorTask::setParseprivate()
    Should private members/classes be documented
setPear
in file PhingPhpDocumentorSetup.php, method PhingPhpDocumentorSetup::setPear()
    Set whether to parse dirs as PEAR repos.
setPear
in file PhpDocumentorTask.php, method PhpDocumentorTask::setPear()
    Set whether to parse as PEAR repository.
setPhpDocumentorOptions
in file PhpDocumentorTask.php, method PhpDocumentorTask::setPhpDocumentorOptions()
    Sets the options on the passed-in phpdoc setup object.
setProgramPath
in file PhpDocumentorExternalTask.php, method PhpDocumentorExternalTask::setProgramPath()
    Sets the path to the phpDocumentor executable
setQuiet
in file PhpDocumentorTask.php, method PhpDocumentorTask::setQuiet()
    Set whether to suppress output.
setQuietMode
in file PhingPhpDocumentorSetup.php, method PhingPhpDocumentorSetup::setQuietMode()
    Enables quiet mode.
setRicFiles
in file PhingPhpDocumentorSetup.php, method PhingPhpDocumentorSetup::setRicFiles()
    Set an array of README/INSTALL/CHANGELOG file paths.
setSourcecode
in file PhpDocumentorTask.php, method PhpDocumentorTask::setSourcecode()
    Set whether to generate sourcecode for each file parsed
setSourcepath
in file PhpDocumentorExternalTask.php, method PhpDocumentorExternalTask::setSourcepath()
    Set the source path. A directory or a comma separate list of directories.
setTarget
in file PhpDocumentorTask.php, method PhpDocumentorTask::setTarget()
    Alias for setDestdir()).
setTemplateBase
in file PhpDocumentorTask.php, method PhpDocumentorTask::setTemplateBase()
    Set base location of all templates for this parse.
setTitle
in file PhpDocumentorTask.php, method PhpDocumentorTask::setTitle()
    Set the title for the generated documentation
setUndocumentedelements
in file PhpDocumentorTask.php, method PhpDocumentorTask::setUndocumentedelements()
    Control whether or not warnings will be shown for undocumented elements.
setUndocumentedelements
in file PhingPhpDocumentorSetup.php, method PhingPhpDocumentorSetup::setUndocumentedelements()
    Control whether or not warnings will be shown for undocumented elements.
top

t

$templateBase
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$templateBase
$title
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$title
top

u

$undocumentedelements
in file PhpDocumentorTask.php, variable PhpDocumentorTask::$undocumentedelements
top

v

validate
in file PhpDocumentorTask.php, method PhpDocumentorTask::validate()
    Validates that necessary minimum options have been set.
validate
in file PhpDocumentorExternalTask.php, method PhpDocumentorExternalTask::validate()
    Validates that necessary minimum options have been set. Based on PhpDocumentorTask::validate().
top

Documentation generated on Mon, 19 Oct 2009 10:50:11 +0200 by phpDocumentor 1.4.3