Skip to content

Commit 5d2e957

Browse files
committed
Doc: Use Markdown rather than Unicode quotes
In place of Markdown backticks in bmqt and bmqu’s package documentation, both of these files had Unicode quoting, meaning the packages would not be rendered in monospace. This patch fixes these two instances of Unicode quotes. Signed-off-by: Patrick M. Niedzielski <pniedzielski@bloomberg.net>
1 parent f302e6a commit 5d2e957

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/groups/bmq/bmqt/README.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
@brief The `BMQT` (BlazingMQ (vocabulary) Types) package provides
55
value-semantic vocabulary types.
66

7-
The bmqt package provides low level value-semantic vocabulary types for use
7+
The `bmqt` package provides low level value-semantic vocabulary types for use
88
by the BlazingMQ SDK.
99
*/

src/groups/bmq/bmqu/README.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
@brief The `BMQU` (BlazingMQ Utility) package provides miscellaneous
55
utility components.
66

7-
The bmqu package provides miscellaneous utility components to be
7+
The `bmqu` package provides miscellaneous utility components to be
88
reused through various applications.
99
*/

0 commit comments

Comments
 (0)