Sujet : Re: Block Comments Or Rest-Of-Line Comments?
De : nospam (at) *nospam* dfs.com (DFS)
Groupes : comp.lang.cDate : 23. Apr 2024, 21:13:34
Autres entêtes
Message-ID : <6628166e$0$6551$882e4bbb@reader.netnews.com>
References : 1
User-Agent : Betterbird (Windows)
On 3/21/2024 2:19 AM, Lawrence D'Oliveiro wrote:
I’m fond of writing things like
/*
A very simple HTML/XML entity-escape function--why isn’t this
part of the standard Java API?
*/
which involve less typing than
//
// A very simple HTML/XML entity-escape function--why isn’t this
// part of the standard Java API?
//
Get yourself some Notepad++.
Highlight a block of comments and hit Ctrl + Q.