maffe opened a new issue, #5580:
URL: https://github.com/apache/netbeans/issues/5580

   ### Apache NetBeans version
   
   Apache NetBeans 17
   
   ### What happened
   
   #5180 added support for the `@summary` Javadoc tag, but as you can see in 
the screenshots in 
https://github.com/apache/netbeans/pull/5180#issuecomment-1372754023, the 
highlighting of the summary still ends at the first dot.
   
   ### How to reproduce
   
   In the following examples, the whole first sentence in each Javadoc comment 
should be bold. This does not work for the last example.
   
   ```
   /**
    * This sentence should be highlighted (bold). But not this one.
    */
   public void foo() {
   }
   
   /**
    * This sentence should be highlighted, e. g. bold. But not this
    * one.
    */
   public void bar() {
   }
   
   /**
    * {@summary This sentence should be highlighted, e. g. bold.} But not this
    * one.
    */
   public void baz() {
   }
   ```
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Windows 10 64 Bit
   
   ### JDK
   
   19
   
   ### Apache NetBeans packaging
   
   Apache NetBeans binary zip
   
   ### Anything else
   
   See https://bugs.java.com/view_bug.do?bug_id=JDK-8173425
   
   ### Are you willing to submit a pull request?
   
   No


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
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

Reply via email to