JoachimRohde commented on issue #4090:
URL: https://github.com/apache/netbeans/issues/4090#issuecomment-1136967715

   If you are using the pre tag NetBeans won't left-trim your JavaDoc:
   
     ```
     /**
        * <pre>
        *   <table>
        *    <tr>
        *        <th>Header A</th>
        *        <th>Header B</th>
        *    </tr>
        *    <tr>
        *        <td>Data A</td>
        *        <td>Data B</td>
        *    </tr>
        *       </table>
        * </pre>
        */
   ```
         
   Drawback: the lines needs to be prefixed with a star. If you just copy your 
HTML into the JavaDoc and reformat your code Netbeans will prefix your JavaDoc 
with stars and left-trim it at the same time.


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