Improve phpDocs class docs

pico-3.0-alpha
Daniel Rudolf 9 years ago
parent 79bb543c46
commit 94279c57f8
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 2
      config/config.php.template
  2. 2
      lib/AbstractPicoPlugin.php
  3. 8
      lib/Pico.php
  4. 2
      lib/PicoPluginInterface.php
  5. 2
      lib/PicoTwigExtension.php
  6. 2
      plugins/00-PicoDeprecated.php
  7. 2
      plugins/01-PicoParsePagesContent.php
  8. 2
      plugins/02-PicoExcerpt.php
  9. 2
      plugins/DummyPlugin.php

@ -12,7 +12,7 @@
*
* @author Gilbert Pellegrom
* @link http://picocms.org
* @license http://opensource.org/licenses/MIT
* @license http://opensource.org/licenses/MIT The MIT License
* @version 1.0
*/

@ -7,7 +7,7 @@
*
* @author Daniel Rudolf
* @link http://picocms.org
* @license http://opensource.org/licenses/MIT
* @license http://opensource.org/licenses/MIT The MIT License
* @version 1.0
*/
abstract class AbstractPicoPlugin implements PicoPluginInterface

@ -4,6 +4,7 @@
* Pico
*
* Pico is a stupidly simple, blazing fast, flat file CMS.
*
* - Stupidly Simple: Pico makes creating and maintaining a
* website as simple as editing text files.
* - Blazing Fast: Pico is seriously lightweight and doesn't
@ -16,12 +17,13 @@
* for powerful and flexible themes.
* - Open Source: Pico is completely free and open source,
* released under the MIT license.
*
* See <http://picocms.org/> for more info.
*
* @author Gilbert Pellegrom
* @author Daniel Rudolf
* @link <http://picocms.org>
* @license The MIT License <http://opensource.org/licenses/MIT>
* @link http://picocms.org
* @license http://opensource.org/licenses/MIT The MIT License
* @version 1.0
*/
class Pico
@ -760,7 +762,7 @@ class Pico
* for users and pure (!) theme developers ONLY.
*
* @see Pico::getFileMeta()
* @see <http://symfony.com/doc/current/components/yaml/introduction.html>
* @see http://symfony.com/doc/current/components/yaml/introduction.html
* @param string $rawContent the raw file contents
* @param string[] $headers known meta headers
* @return array parsed meta data

@ -22,7 +22,7 @@
*
* @author Daniel Rudolf
* @link http://picocms.org
* @license http://opensource.org/licenses/MIT
* @license http://opensource.org/licenses/MIT The MIT License
* @version 1.0
*/
interface PicoPluginInterface

@ -5,7 +5,7 @@
*
* @author Daniel Rudolf
* @link http://picocms.org
* @license http://opensource.org/licenses/MIT
* @license http://opensource.org/licenses/MIT The MIT License
* @version 1.0
*/
class PicoTwigExtension extends Twig_Extension

@ -38,7 +38,7 @@
*
* @author Daniel Rudolf
* @link http://picocms.org
* @license http://opensource.org/licenses/MIT
* @license http://opensource.org/licenses/MIT The MIT License
* @version 1.0
*/
class PicoDeprecated extends AbstractPicoPlugin

@ -13,7 +13,7 @@
*
* @author Daniel Rudolf
* @link http://picocms.org
* @license http://opensource.org/licenses/MIT
* @license http://opensource.org/licenses/MIT The MIT License
* @version 1.0
*/
class PicoParsePagesContent extends AbstractPicoPlugin

@ -15,7 +15,7 @@
*
* @author Daniel Rudolf
* @link http://picocms.org
* @license http://opensource.org/licenses/MIT
* @license http://opensource.org/licenses/MIT The MIT License
* @version 1.0
*/
class PicoExcerpt extends AbstractPicoPlugin

@ -8,7 +8,7 @@
*
* @author Daniel Rudolf
* @link http://picocms.org
* @license http://opensource.org/licenses/MIT
* @license http://opensource.org/licenses/MIT The MIT License
* @version 1.0
*/
final class DummyPlugin extends AbstractPicoPlugin

Loading…
Cancel
Save