From f5932047298255fc32d69a91db1773bedf66a31e Mon Sep 17 00:00:00 2001 From: Foxi <293639+noxifoxi@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:56:31 +0200 Subject: [PATCH] Update CONTRIBUTING.md (#316) Syntax highlighting for the example code --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 242278fc..a428598c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ Follow the indentation/whitespace style shown below. Do not use tabs, use 4-spac * For doc-comments (Doxygen comments), use /// if it's a single line, else use the /** */ style featured in the example. Start the text on the second line, not the first containing /**. * For items that are both defined and declared in two separate files, put the doc-comment only next to the associated declaration. (In a header file, usually.) Otherwise, put it next to the implementation. Never duplicate doc-comments in both places. -``` +```c++ // Includes should be sorted lexicographically // STD includes first #include