|
|
|
|
|
by to3m
3833 days ago
|
|
Doesn't work with comments that float to the right of the code (such as the ones you get with M-; in emacs). Along these lines: fred /* Fred */
fred(fred) { /* Fred */
fred /* Fred */
} fred {
fred /* Fred */
}
(The reader must make up their own mind about whether this is important or not.) |
|