You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
For reviewing PRs:
2
-
* All functions in header files should have doxygen-style API docs
2
+
* All functions in header files should have doxygen-style API docs, /***/ style, except small functions like getters which can have single line /// comments, no need for @brief, @params etc
3
3
* Use /// for single-line comments rather than /***/
4
4
* Use meaningful variable names, e.g. `measurement` not `msm`, avoid abbreviations.
5
5
* Flag overly complex or long/functions: break up in smaller functions
0 commit comments