Skip to content

Commit 153c578

Browse files
Update coding standard to reflect changes in diffblue#1919
1 parent 3af5509 commit 153c578

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CODING_STANDARD.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@ Formatting is enforced using clang-format. For more information about this, see
4848
# Comments
4949
- Do not use `/* */`
5050
- Each source and header file must start with a comment block stating the
51-
author. See existing source for an example of the format of this block. This
52-
should be followed by a Doxygen `\file` comment:
51+
author in this format:
52+
```c++
53+
/// Author: Diffblue Ltd.
54+
```
55+
This should be followed by a Doxygen `\file` comment:
5356
```c++
5457
/// \file
5558
/// <Some information about this file goes here>

0 commit comments

Comments
 (0)