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[BMQ]: Use .dox files rather than .md files #444

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,8 @@ INPUT_FILE_ENCODING =
FILE_PATTERNS = *.c \
*.cpp \
*.h \
*.md
*.md \
*.dox

# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
@dir bmqa

@brief The `BMQA` (BlazingMQ API) package provides applications a public API

The `bmqa` package provides the public API of the BlazingMQ SDK for
applications to use.
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/**
@dir bmqpi

@brief The `BMQPI` (BlazingMQ Public Interfaces) package provides class
Expand All @@ -8,3 +9,4 @@ clients to extend in their own applications and libraries. These extension
points facilitate integration with other aspects of a runtime environment (e.g.
authentication, host health-checking), which may vary significantly from
organization to organization.
*/
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/**
@dir bmqt

@brief The `BMQT` (BlazingMQ (vocabulary) Types) package provides
value-semantic vocabulary types.

The ‘bmqt‘ package provides low level value-semantic vocabulary types for use
by the BlazingMQ SDK.
*/
Loading