Skip to content

Commit a99ec14

Browse files
Merge pull request #100 from bgbsww/patch-4
Add inline documentation recommendation
2 parents 7275289 + 11e6b51 commit a99ec14

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)