From 153c578b7e973a99b92aa885e189b648b8eb326e Mon Sep 17 00:00:00 2001 From: Nathan Phillips Date: Tue, 13 Mar 2018 10:47:53 +0000 Subject: [PATCH] Update coding standard to reflect changes in #1919 --- CODING_STANDARD.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CODING_STANDARD.md b/CODING_STANDARD.md index c5d67173e14..2a50d386936 100644 --- a/CODING_STANDARD.md +++ b/CODING_STANDARD.md @@ -48,8 +48,11 @@ Formatting is enforced using clang-format. For more information about this, see # Comments - Do not use `/* */` - Each source and header file must start with a comment block stating the - author. See existing source for an example of the format of this block. This - should be followed by a Doxygen `\file` comment: + author in this format: + ```c++ + /// Author: Diffblue Ltd. + ``` + This should be followed by a Doxygen `\file` comment: ```c++ /// \file ///