Skip to content

Commit

Permalink
Flex path to doxygen data with glob
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 8, 2023
1 parent 6771a03 commit d0f557e
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ doctest:
@echo "Testing of doctests in the sources finished, look at the " \
"results in $(BUILDDIR)/doctest/output.txt."

coverage: doxygen/xml
mkdir -p $(BUILDDIR)
python3 -m coverxygen --xml-dir doxygen/xml --src-dir .. --format json-summary --output $(BUILDDIR)/doc-coverage.json
@echo "Testing of coverage in the sources finished, look at the " \
"results in $(BUILDDIR)/doc-coverage.json."
coverage:
mkdir -p $(BUILDDIR)
python3 -m coverxygen --xml-dir doxy*/xml --src-dir .. --format json-summary --output $(BUILDDIR)/doc-coverage.json
@echo "Testing of coverage in the sources finished, look at the " \
"results in $(BUILDDIR)/doc-coverage.json."

xml:
$(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml
Expand All @@ -197,6 +197,3 @@ pseudoxml:
clean:
rm -rf doxygen/ api/
@$(SPHINXBUILD) -M clean "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

doxygen/xml:
cd .. && doxygen

0 comments on commit d0f557e

Please sign in to comment.