Skip to content

Commit 11e6b51

Browse files
authored
Add inline documentation recommendation
1 parent 7275289 commit 11e6b51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

codeformatting/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,7 @@ The following is the standard Python copyright header that should be included in
8181
# * *
8282
# ***************************************************************************
8383
```
84+
85+
## Inline documentation
86+
87+
You will find a mix of different generations of comment-based inline documentation systems in the code base depending on when the code was written. As of 2024 it is preferred that you write [doxygen](https://www.doxygen.nl/manual/docblocks.html) compatible comment documentation. For methods, including the @param and @return as appropriate is highly recommended.

0 commit comments

Comments
 (0)