X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=CODING;h=f8a3fd4f2b4b8906c3eeb126e049abf95e4c655b;hp=6a1af056594f5e84c96fe2f9e7ecd2f81f18b2c9;hb=b39095c3a7e1c631bb17816b7e707bc21a6b8c71;hpb=93f7041a08526b1c3ac37197cd7bee40c7430010 diff --git a/CODING b/CODING index 6a1af05..f8a3fd4 100644 --- a/CODING +++ b/CODING @@ -83,6 +83,16 @@ Suggested compiler flags: (You might not want the -fd, it isn't really useful, just complains about the K&R style functions, but -v gives useful info.) +Multiple line comment blocks should begin with only /* on one line and end with +only */ on one line. + +Example: + + /* + * Multiple line comment blocks should be formatted + * like this example. + */ + Dependencies required to build OpenAFS from source --------------------------------------------------