Community
Participate
Working Groups
Build Identifier: svn snapshot 2.2.0.v20101215 org.eclipse.php.internal.core.compiler.ast.nodes.PhpDocBlock should support custom tags. Currently a doc block of /** * @todo something * @foo */ results in one tag with value "something\n@foo". However that's completly wrong and it will break down other tags (f.e. @return) if they are followed by a custom tag. Reproducible: Always
fixed
Verified. Closing...