sjanc merged PR #1712:
URL: https://github.com/apache/mynewt-nimble/pull/1712
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@mynewt
wpiet commented on code in PR #1712:
URL: https://github.com/apache/mynewt-nimble/pull/1712#discussion_r1506094152
##
.github/check_doxygen.py:
##
@@ -0,0 +1,112 @@
+#!/usr/bin/env python3
+
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor
MariuszSkamra commented on code in PR #1712:
URL: https://github.com/apache/mynewt-nimble/pull/1712#discussion_r1505504263
##
.github/check_doxygen.py:
##
@@ -0,0 +1,112 @@
+#!/usr/bin/env python3
+
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more cont
MariuszSkamra commented on code in PR #1712:
URL: https://github.com/apache/mynewt-nimble/pull/1712#discussion_r1505500884
##
.github/check_doxygen.py:
##
@@ -0,0 +1,112 @@
+#!/usr/bin/env python3
+
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more cont
wpiet opened a new pull request, #1712:
URL: https://github.com/apache/mynewt-nimble/pull/1712
This commit adds a new workflow for Doxygen Check to ensure documentation
integrity. The workflow verifies if the Doxygen output contains any warnings.
--
This is an automated message from the A