Mike van Riel
d5dc80a443
Merge branch 'master' of github.com:phpDocumentor/ReflectionDocBlock
2012-09-30 14:29:16 +02: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
50e7366bed
Added Tag/AuthorTag.php.
2012-09-30 01:47:50 +03: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
feeea6b7c4
Merge pull request #5 from boenrobot/patch-1
...
Fix for phpDocumentor2#562
2012-09-16 08:15:18 -07:00
Mike van Riel
58aab9c891
Multiline @return statements were stripped from their newlines and indent
...
@return statements (and effectively others) were stripped from their newlines
and indentation. By tweaking the reflection a bit was this effect countered.
2012-09-10 16:50:44 +02:00
Vasil Rangelov
9e0a3921b3
Ensured key consistency.
2012-08-12 23:53:31 +03:00
Vasil Rangelov
e8ccebaf17
Fix for phpDocumentor2#562
...
Possible fix for phpDocumentor/phpDocumentor2#562 .
2012-08-12 20:21:19 +03:00
Mike van Riel
cd7233e50a
#544 : Added self and $this to the exceptions where type expansion is not required
2012-07-27 06:56:37 +02: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
Richard van Velzen
efd8102f3e
Merge branch 'master' of git://github.com/phpDocumentor/ReflectionDocBlock
2012-07-13 13:43:29 +02:00
Richard van Velzen
a7b3df8c5b
Add the u modifier to the regexes used.
...
Without the u modifier, PCRE does not recognize Unicode sequences, which breaks certain cases.
2012-07-13 13:42:49 +02:00
Mike van Riel
b3d119fd24
Namespace resolution did not work as intended
...
The algorithm to expand a class name into a FCQN contained seevral errors.
These are now gone and expansion should work as expected
2012-06-30 13:38:18 +02:00
Mike van Riel
cb0246462f
Added 'global' to the list of special namespace names indicating global space and adding namespace resolution to the param tags 'getType()' method
2012-06-29 23:04:12 +02:00
Mike van Riel
467101e53d
Added command to set the DocBlock onto the tags so that type expansion may happen
2012-06-21 23:03:48 +02:00
Mike van Riel
0a90ca3881
Changed return tag to properly support expanding types
2012-06-21 23:00:13 +02:00
Mike van Riel
fa9e0b637e
Added type expansion for the @param tag
2012-06-21 22:51:29 +02:00
Mike van Riel
34ab54aaca
Added support for namespace expansion of a DocBlock and via the DocBlock to its tags
2012-06-21 22:17:30 +02:00
Richard van Velzen
e29bba03f6
Fixed the case where the dot does not properly terminate the short description.
...
The regular expression only took into account newlines, not general whitespace after the dot. Added a test case as well.
2012-06-04 09:27:56 +02:00
=
594a569a1a
Fix for relative paths
2012-06-02 21:44:44 +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