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

Docs: Fix bmqa_mocksession doxygen failure #491

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

pniedzielski
Copy link
Collaborator

The bqma_mocksession component does not generate docs due to a Markdown syntax error:

/…/blazingmq/src/groups/bmq/bmqa/bmqa_mocksession.h:1520: warning: reached end of file while inside a '```' block! The command that should end the block seems to be missing!

The syntax error prevents any component-level documentation from being generated for this file. This patch fixes the syntax error, which then allows the component-level documentation to be built.

The `bqma_mocksession` component does not generate docs due to a
Markdown syntax error:

```
/…/blazingmq/src/groups/bmq/bmqa/bmqa_mocksession.h:1520: warning: reached end of file while inside a '```' block! The command that should end the block seems to be missing!
```

The syntax error prevents any component-level documentation from being
generated for this file.  This patch fixes the syntax error, which
then allows the component-level documentation to be built.

Signed-off-by: Patrick M. Niedzielski <[email protected]>
@pniedzielski pniedzielski requested a review from hallfox October 30, 2024 21:40
@pniedzielski pniedzielski requested a review from a team as a code owner October 30, 2024 21:40
@pniedzielski pniedzielski added documentation Improvements or additions to documentation A-Docs Area: Documentation labels Oct 30, 2024
@pniedzielski pniedzielski merged commit 850b8d0 into bloomberg:main Oct 30, 2024
27 checks passed
@pniedzielski pniedzielski deleted the doxygen/mocksession branch January 8, 2025 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Docs Area: Documentation documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants