-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Teach build system to build Doxygen docs
This patch introduces three new targets to the build system when Doxygen is present: - `apidocs`: Build the public API documentation for public libbmq components. This target functions similarly to how the current `Doxyfile` builds documentation. - `internaldocs`: Build the internal documentation for all libbmq and libmqb components. The documentation built by this target is currently incomplete, and needs work along the lines of PRs #443 and #444. - `docs`: Build both the above documentation targets. This is a dependency of `make all`, so it will run by default. Signed-off-by: Patrick M. Niedzielski <patrick@pniedzielski.net>
- Loading branch information
1 parent
09e56fc
commit 11577a0
Showing
1 changed file
with
97 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters