You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/10/24 10:16:21 UTC

[GitHub] [netbeans] junichi11 commented on pull request #4846: Improve `{@inheritdoc}` behavior #4686

junichi11 commented on PR #4846:
URL: https://github.com/apache/netbeans/pull/4846#issuecomment-1288787001

   @tmysik Could you please have a look at this when you have time? If there is no problem, let's merge it. Thanks.
   
   I've implemented this based on PhpDocumentor in the past. If there is exact documentation for `{@inheritdoc}`, we should follow it. However, I can't find the exact specification about `{@inheritDoc}` now...
   Currently, when PHPDoc has only a single sentence(e.g. Get something.), inline `{@inheritdoc}` is not replaced by anything (e.g. `/** {@inheritdoc} something...*/`). If only `{@inheritdoc}` is written, `{@inheritdoc}` is replaced with it(Get something). So, I've changed it to the same behavior.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists