phpdoc

danog\PhpDoc\PhpDocBuilder

Back to index

Author: Daniil Gentili daniil@daniil.it

PHP documentation builder.

Method list:

Methods:

fromNamespace(string $namespace): self

Create docblock builder.

Parameters:

setAuthors(\phpDocumentor\Reflection\DocBlock\Tags\Author[] $authors): self

Set authors.

Parameters:

See also:

setMode(int $mode): self

Set scan mode.

Parameters:

setFilter(callable $ignore): self

Set filter to ignore certain classes.

Parameters:

setOutput(string $output): self

Set output directory.

Parameters:

setName(string $name): self

Set project name.

Parameters:

setDescription(string $description): self

Set project description.

Parameters:

setImage(string $image): self

Set project image.

Parameters:

addFrontMatter(string $key, string $value): self

Add Jekyll front matter.

Parameters:

addIndexFrontMatter(string $key, string $value): self

Add Jekyll index front matter.

Parameters:

run(): self

Run documentation builder.


Generated by danog/phpdoc