Doc updates and fixes.

This commit is contained in:
Vasil Rangelov
2012-11-13 21:50:56 +02:00
parent 1ac9106c48
commit a18985a888
6 changed files with 11 additions and 15 deletions
@@ -34,8 +34,7 @@ class Description implements \Reflector
protected $docblock = null;
/**
* Parses the string for inline tags and if the Markdown class is included;
* format the found text.
* Populates the fields of a description.
*
* @param string $content The DocBlock contents without asterisks.
* @param DocBlock $docblock The DocBlock which this description belongs to.