diff --git a/docs/developer-guide/style-guide.md b/docs/developer-guide/style-guide.md index c55a533..325a6b8 100644 --- a/docs/developer-guide/style-guide.md +++ b/docs/developer-guide/style-guide.md @@ -26,6 +26,7 @@ std::array lla2ned(std::array 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