Mike van Riel
e6a969a640
Merge pull request #67 from mbed67/fix-bug-in-collection
...
fix for bug #1672 in phpDocumentor2
2016-01-25 09:17:30 +01:00
Mike van Riel
d68dbdc53d
Disable failing test before tagging
2015-02-03 13:10:50 +01:00
Mike van Riel
fb5dfa51d4
Merge pull request #41 from cebe/patch-1
...
Create LICENSE
2015-02-03 07:38:02 +01:00
Mike van Riel
21feb61eb5
Add missing DocBlock (info).
2014-08-30 11:16:26 +02:00
Mike van Riel
280a3ce56d
Add support for DocBlock template markers
...
DocBlocks may start with #@+ and #@- to indicate that they are (the start) of a DocBlock
template or the end of a template.
In this commit I have changed the way a DocBlock is parsed to interpret this information
and added tests to show for it. In addition I have added more comments to the Regular
Expression responsible for splitting a DocBlock to show the business rules more clearly.
This is the first step in implementing https://github.com/phpDocumentor/phpDocumentor2/issues/42 .
2014-08-30 11:08:15 +02:00
Mike van Riel
0604d62704
Merge pull request #38 from GrahamCampbell/stuff
...
Composer And Travis Updates
2014-08-21 23:05:07 +02:00
Mike van Riel
38743b6779
Merge pull request #37 from alexkn/fix-error-display
...
Remove Error display at MethodTag
2014-08-09 12:27:07 +02:00
Mike van Riel
2281569ebc
Merge pull request #33 from Nyholm/patch-1
...
Added PHP 5.6 and HHVM to travis.yml
2014-07-19 08:49:33 +02:00
Mike van Riel
07b195e1ee
Merge branch 'master' of github.com:phpDocumentor/ReflectionDocBlock
2014-04-26 12:10:44 +02:00
Mike van Riel
0bca477a34
Implement support for Variadic arguments
...
Fixes https://github.com/phpDocumentor/phpDocumentor2/issues/629 , in
this commit we add support for recognizing and displaying variadic
arguments as described in the Variadics RFC on Internals
(https://wiki.php.net/rfc/variadics ).
This adds support for describing Variadics even before PHP 5.6, where
this feature is planned.
2014-03-28 10:21:30 +01:00