From f1366f2e9a5d018d45f410ec21ae2f77ec0a86f7 Mon Sep 17 00:00:00 2001 From: JMoore5353 Date: Fri, 28 Jun 2024 15:33:23 -0600 Subject: [PATCH] updates to Doxygen comment guide --- docs/developer-guide/style-guide.md | 1 + 1 file changed, 1 insertion(+) 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