Skip to content

Commit

Permalink
updates to Doxygen comment guide
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoore5353 committed Jun 28, 2024
1 parent 49a6dfc commit f1366f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/developer-guide/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ std::array<double, 3> lla2ned(std::array<float, 3> lla);
```
More detailed explanations are encouraged for non-trivial methods and objects.
For single-line Doxygen comments, three slashes is acceptable, e.g., `/// Comment here`.
## White Space and Line Endings
Expand Down

0 comments on commit f1366f2

Please sign in to comment.