This is an automated email from the ASF dual-hosted git repository.
junichi11 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from e7545a9284 Better Gradle Project Creation Wizard
add 6f388803ff - Fix bug where phpdoc for a function or method is
generated in the wrong block. - Fix bug where phpdoc from another block is used
to display documentation for a function or method.
new 06077a3d8f Merge pull request #7264 from
troizet/fix_phpdoc_generation_in_wrong_block
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../modules/php/editor/parser/api/Utils.java | 13 ++-
.../phpDocAndFunctionInDifferentBlocks.php | 63 +++++++++++
....testPhpDocAndFunctionInDifferentBlocks_01.html | 13 +++
....testPhpDocAndFunctionInDifferentBlocks_02.html | 13 +++
...s.php.testPhpDocAndMethodInDifferentBlocks.html | 13 +++
.../editor/completion/PHPCCDocumentationTest.java | 12 +++
.../typinghooks/PhpCommentGeneratorTest.java | 118 +++++++++++++++++++++
7 files changed, 243 insertions(+), 2 deletions(-)
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/documentation/phpDocAndFunctionInDifferentBlocks.php
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/documentation/phpDocAndFunctionInDifferentBlocks.php.testPhpDocAndFunctionInDifferentBlocks_01.html
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/documentation/phpDocAndFunctionInDifferentBlocks.php.testPhpDocAndFunctionInDifferentBlocks_02.html
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/documentation/phpDocAndFunctionInDifferentBlocks.php.testPhpDocAndMethodInDifferentBlocks.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists