Skip to content

Commit

Permalink
Docs: Fix bmqa_mocksession doxygen failure
Browse files Browse the repository at this point in the history
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 <patrick@pniedzielski.net>
  • Loading branch information
pniedzielski committed Oct 30, 2024
1 parent 8d8a0e6 commit 850b8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groups/bmq/bmqa/bmqa_mocksession.h
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
/// `emitting` on the @ref BMQA_EXPECT_CALL macro in synchronous mode is
/// meaningless.
///
///```
/// ```
/// void unitTest()
/// {
/// // MockSession created without an eventHandler.
Expand Down

0 comments on commit 850b8d0

Please sign in to comment.