Kévin Dunglas
a8ebd67e2a
minor: typo fix in PHPDoc
2015-02-12 13:08:38 +01:00
Mike van Riel
7b8092e37f
Remove external code coverage and fix scrutinizer issues
2015-02-03 21:43:12 +01:00
Mike van Riel
cfb3ebea55
Add support for Parsedown as a markdown parser
2013-12-05 09:16:55 +01:00
Barry vd. Heuvel
ab0bcb8d31
Add __toString() methods for Description and Tag
...
And let the Serializer make use of the (string) $tag
2013-05-27 18:16:15 +02:00
Vasil Rangelov
6f0fc03c49
Added setters at Location and Description;
...
Added DocBlock::appendTag();
Minor reorganization at the tag setters;
2012-11-30 22:37:41 +02:00
Vasil Rangelov
b09525332f
Refactored all tags to have setters for all of their components;
...
Removed the special handling for VarTag (it's now equivalent to ParamTag);
Minor doc, CS and coverage fixes.
2012-11-30 19:26:19 +02:00
Vasil Rangelov
27bdc08a1e
Fixed DocBlock giving and reception for long descriptions.
2012-11-14 18:05:03 +02:00
Vasil Rangelov
a18985a888
Doc updates and fixes.
2012-11-13 21:50:56 +02:00
Vasil Rangelov
1352ef56a6
Renamed LongDescription to Description, to better serve its new dual role as "holder for a place where inline tags can occur";
...
Removed Tag::setDocblock() in favor of an additional constructor argument that defaults to NULL;
Tag::createInstance() and Description's constructor now have a second argument, allowing the specification of an owning DocBlock;
Description::getParsedContents() assigns the Description's owning DocBlock object when creating tags.
2012-11-13 17:16:30 +02:00