From 7887904a68d000fa602a2eff1aabdff6a6f74a44 Mon Sep 17 00:00:00 2001 From: max-001 Date: Wed, 6 Nov 2024 16:46:01 +0100 Subject: Fix --- contributing.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contributing.md') diff --git a/contributing.md b/contributing.md index f6805ac..ea8d724 100644 --- a/contributing.md +++ b/contributing.md @@ -56,6 +56,9 @@ that you can click on to open them. -
Usage documentation (required) > [!NOTE] > Constructors/destructors aren't required to have a `\brief` description + - Implementation details (if they affect the header) + - Design/data structure decisions (if applicable) +-
Comments are placed *above* the line(s) they are explaining
GoodBad
-- cgit v1.2.3