Vasil Rangelov
f7457e64bf
Added escape sequences that allow "literal" inline tags in descriptions.
2012-11-04 23:45:55 +02:00
Vasil Rangelov
d31a33e846
Implemented nested inline tag parsing;
...
Added unit tests for LongDescription.php;
Added the "src" folder as white listed for code coverage in the PHPUnit configuration;
Fixed the @covers annotation inside the CoversTagTest.php (isn't this ironic?).
2012-11-04 22:29:38 +02:00
Mike van Riel
b3641c0e69
Merge branch 'patch-2' of https://github.com/boenrobot/ReflectionDocBlock into boenrobot-patch-2
...
Conflicts:
src/phpDocumentor/Reflection/DocBlock/LongDescription.php
2012-11-01 18:56:36 +01:00
Vasil Rangelov
b028b5eb44
Restored the greedy-ness inversion.
2012-10-31 11:28:53 +02:00
Vasil Rangelov
f001c3cd92
Removed LongDescription::getTags() and made parsing to occur only the first time it's requested.
2012-10-17 17:33:52 +03:00
Mike van Riel
b5e8c5cb05
Fix @return type/description seperation
...
Per issue phpDocumentor/phpDocumentor2#623 should a newline directly behind the type
of a multiline @return tag be interpreted correctly. Currently seperation occurs
on the first space or tab but this is not sufficient.
2012-09-30 14:26:28 +02:00
Vasil Rangelov
a2bf8995dc
Added Tag::getParsedDescription();
...
Minor performance tweak at LongDescription.
2012-09-26 16:27:32 +03:00
Vasil Rangelov
ddc3005eea
Added doc block to getParsedContents().
2012-09-22 05:56:37 +03:00
Vasil Rangelov
c501553216
Added parsed inline tags.
2012-09-22 05:41:10 +03:00
Mike van Riel
eb8fb7a7ac
Removed the prefixing slash in a class_exists call because the autoloader of Composer
...
dies on that occasionally.
2012-07-26 17:09:50 +02:00
Mike van Riel
49040c9104
Fixing the other RegExes as well since they were also not using the u modifier
2012-07-13 20:07:51 +02:00
Leo Feyer
5aea3269e1
This will bring back the markdown parser to long descriptions
2012-05-14 17:35:02 +02:00
Mike van Riel
fea7abe168
Imported DocBlock Reflection and transformed into a PHP 5.3 module
2012-04-06 20:15:46 +02:00