library saxulum-phpdoc-generator
Saxulum PhpDoc Generator
saxulum/saxulum-phpdoc-generator
Saxulum PhpDoc Generator
- Saturday, November 28, 2015
- by dominikzogg
- Repository
- 1 Watchers
- 0 Stars
- 103 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
saxulum-phpdoc-generator
, (*1)
Features
This library allow to generate phpdoc based on objects., (*2)
Requirements
Installation
Through Composer as saxulum/saxulum-phpdoc-generator., (*3)
Usage
Watch the original [phpDocumentor documentation][2], (*4)
Code
```{.php}
$documentor = new Documentor(array(
new ParamRow('string', 'name'),
new ReturnRow('string'),
));, (*5)
#### Output
```{.php}
/**
* @param string $name
* @return string
*/
dev-master
9999999-dev
Saxulum PhpDoc Generator
Sources
Download
MIT
The Requires
The Development Requires
by
Dominik Zogg
generator
phpdoc
saxulum
1.0-rc1
1.0.0.0-RC1
Saxulum PhpDoc Generator
Sources
Download
MIT
The Requires
The Development Requires
by
Dominik Zogg
generator
phpdoc
saxulum