I ended up needing this for a project I'm working on so I took Nicolas'
work, expanded on it and made a diff file. I fixed up DocComment to work
with namespaces as well and tested it in PHP 5.2. All tests pass.
Attachments:
issue-19.diff 5.6 KB
Comment #4 on issue 19 by jan.suchal: Namespaces support
http://code.google.com/p/addendum/issues/detail?id=19
Thanks! I've removed newline changes from patch and applied it. Effective
as of #76 http://code.google.com/p/addendum/source/detail?r=76#
Please do verify that tests works. I don't have 5.2 installed.
Oh, dang, sorry about the newline changes - I thought I had filtered them
out. I did run all of the tests on 5.2.11 on Windows. It was the only copy
of 5.2.11 I had handy. I will throw up an ubuntu VM tomorrow if I get time
and try 5.2 on there as well.
Forgot to mention in my previous message that all the tests passed when I
ran em on 5.2/Win. Except of course the namespace one ;)
Comment #7 on issue 19 by jan.suchal: Namespaces support
http://code.google.com/p/addendum/issues/detail?id=19
Thanks.