File: adding-your-own-tag.rst

package info (click to toggle)
php-phpdocumentor-reflection-docblock 6.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,400 kB
  • sloc: php: 7,928; xml: 113; makefile: 57
file content (9 lines) | stat: -rw-r--r-- 229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
Add Your Own Tag
=======================

This guide demonstrates how to add your own custom tag to a DocBlock using ReflectionDocBlock.

.. literalinclude:: ../examples/04-adding-your-own-tag.php
   :language: php
   :linenos: