Improve class docs

This commit is contained in:
Daniel Rudolf 2016-12-06 20:22:50 +01:00
parent 5193b77fdf
commit ec3f7fb626
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538

View File

@ -1006,6 +1006,9 @@ class Pico
* Registers the Symfony YAML parser * Registers the Symfony YAML parser
* *
* @see Pico::getYamlParser() * @see Pico::getYamlParser()
* @see http://symfony.com/doc/current/components/yaml/introduction.html
* Symfony YAML component website
* @see https://github.com/symfony/yaml Symfony YAML component on GitHub
* @return void * @return void
*/ */
protected function registerYamlParser() protected function registerYamlParser()
@ -1035,7 +1038,6 @@ class Pico
* for users and pure (!) theme developers ONLY. * for users and pure (!) theme developers ONLY.
* *
* @see Pico::getFileMeta() * @see Pico::getFileMeta()
* @see http://symfony.com/doc/current/components/yaml/introduction.html
* @param string $rawContent the raw file contents * @param string $rawContent the raw file contents
* @param string[] $headers known meta headers * @param string[] $headers known meta headers
* @return array parsed meta data * @return array parsed meta data
@ -1112,6 +1114,10 @@ class Pico
* Registers the Parsedown Extra markdown parser * Registers the Parsedown Extra markdown parser
* *
* @see Pico::getParsedown() * @see Pico::getParsedown()
* @see http://parsedown.org/ Parsedown website
* @see https://github.com/erusev/parsedown Parsedown on GitHub
* @see https://github.com/erusev/parsedown-extra
* Parsedown Extra on GitHub
* @return void * @return void
*/ */
protected function registerParsedown() protected function registerParsedown()
@ -1453,6 +1459,8 @@ class Pico
* as well as Pico's {@link PicoTwigExtension} Twig extension. * as well as Pico's {@link PicoTwigExtension} Twig extension.
* *
* @see Pico::getTwig() * @see Pico::getTwig()
* @see http://twig.sensiolabs.org/ Twig website
* @see https://github.com/twigphp/Twig Twig on GitHub
* @return void * @return void
*/ */
protected function registerTwig() protected function registerTwig()