Skip to content

Commit 850b8d0

Browse files
committed
Docs: Fix bmqa_mocksession doxygen failure
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>
1 parent 8d8a0e6 commit 850b8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/groups/bmq/bmqa/bmqa_mocksession.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
/// `emitting` on the @ref BMQA_EXPECT_CALL macro in synchronous mode is
394394
/// meaningless.
395395
///
396-
///```
396+
/// ```
397397
/// void unitTest()
398398
/// {
399399
/// // MockSession created without an eventHandler.

0 commit comments

Comments
 (0)