Re: [PR] ci: Add Doxygen Check workflow [mynewt-nimble]

2024-03-20 Thread via GitHub
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

Re: [PR] ci: Add Doxygen Check workflow [mynewt-nimble]

2024-02-28 Thread via GitHub
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

Re: [PR] ci: Add Doxygen Check workflow [mynewt-nimble]

2024-02-27 Thread via GitHub
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

Re: [PR] ci: Add Doxygen Check workflow [mynewt-nimble]

2024-02-27 Thread via GitHub
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

[PR] ci: Add Doxygen Check workflow [mynewt-nimble]

2024-02-27 Thread via GitHub
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