Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Treat doxygen warnings as errors #890

Merged
merged 8 commits into from
Dec 30, 2024
Merged

Treat doxygen warnings as errors #890

merged 8 commits into from
Dec 30, 2024

Conversation

schaubh
Copy link
Contributor

@schaubh schaubh commented Dec 29, 2024

  • Review: By commit
  • Merge strategy: Merge (no squash)

Description

The RST documentation system uses doxygen to pull information from C/C++ files. However, if doxygen created warnings about missing variable or method definitions these warnings were not treated as errors. This is now corrected.

Verification

Did a test build of documentation where a variable definition was missing and the process error'd out immediately.

Documentation

Updated release notes.

Future work

Documentation related items are always work in progress.

@schaubh schaubh added documentation Improvements or additions to documentation ci Continuous integration labels Dec 29, 2024
@schaubh schaubh requested a review from Mark2000 December 29, 2024 03:46
@schaubh schaubh self-assigned this Dec 29, 2024
@schaubh schaubh requested a review from a team as a code owner December 29, 2024 03:46
Copy link
Contributor

@Mark2000 Mark2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@schaubh schaubh force-pushed the feature/doxygen_warning branch from a46a3b4 to 6309079 Compare December 30, 2024 20:45
@schaubh schaubh merged commit 6cc2a1f into develop Dec 30, 2024
9 checks passed
@schaubh schaubh deleted the feature/doxygen_warning branch December 30, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration documentation Improvements or additions to documentation
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants