chiark / gitweb /
CODING_STYLE: provide better explanation why /* */ over // (#7647)
authorLennart Poettering <lennart@poettering.net>
Fri, 15 Dec 2017 09:26:07 +0000 (10:26 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:49:36 +0000 (07:49 +0200)
commitb8735de11d27cae6d33a1814b99fcaeb839907e5
tree3cb47fb80641e84f75b955210785283495da729c
parent0a8ce5ef6e02ac9e1d774060d4b67311df826257
CODING_STYLE: provide better explanation why /* */ over // (#7647)

Let's provide a real reason why /* */ should be used for commenting,
rather than //, beyond mere taste.

(This ultimately simply codifies how I use // vs. /* */ comments, and I
think this is useful as an explanation and reason hence.)
CODING_STYLE