Vasil Rangelov
e0a5a75364
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-10 11:49:23 +02:00
Vasil Rangelov
a4107acb6d
Restored indentation in multi-line tag descriptions, and applied them where they were previously missing.
2012-11-05 23:14:32 +02:00
Vasil Rangelov
9a3c6f50ef
Made PSR2 related fixes that are compatible with the PEAR coding standard.
2012-11-04 16:02:57 +02:00
Vasil Rangelov
009237bad2
Tons of coding standard fixes.
2012-11-04 15:16:37 +02:00
Mike van Riel
5236694595
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
ce57e5445f
Restored the greedy-ness inversion.
2012-10-31 11:28:53 +02:00
Vasil Rangelov
37f5090d90
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
a935cbfff9
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
c8fe0e4e40
Added Tag::getParsedDescription();
...
Minor performance tweak at LongDescription.
2012-09-26 16:27:32 +03:00
Vasil Rangelov
ad4e358fb0
Added doc block to getParsedContents().
2012-09-22 05:56:37 +03:00
Vasil Rangelov
1b3acdce18
Added parsed inline tags.
2012-09-22 05:41:10 +03:00
Mike van Riel
c999e7d32a
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
2b05ea3221
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