summary: * `/* */` should never be used * properly nested `/+ +/` indeed don't cause issues * urls cause issues and I've ran into this issue multiple times * unrestricted code (eg foreign code or unfinished D code commented out) also cause issues * hreredoc comments fixes these issues when neeeddd
On Fri, Feb 9, 2018 at 12:49 AM, Nick Sabalausky (Abscissa) via Digitalmars-d <[email protected]> wrote: > On 02/09/2018 03:37 AM, Kagamin wrote: >> >> /** >> This is a multi-line >> heredoc comment allowing >> // documented unittests containing nesting comments >> and weird urls like https://gcc.gnu.org/onlinedocs/libstdc++/faq.html >> */ > > > > /** > This is a multi-line comment. > Be sure to check the various files at extras/foo*/package.d > And also: https://gcc.gnu.org/onlinedocs/libstdc++/faq.html > */ > > > Kaboom. Thank you, good night.
