Skip to content

Commit

Permalink
Merge pull request #6190 from robsavoye/doxygen
Browse files Browse the repository at this point in the history
fix: Add "apidocs" target to produce API documentation
  • Loading branch information
robsavoye authored Jan 11, 2024
2 parents af75feb + 7ed3f7e commit ed87f55
Show file tree
Hide file tree
Showing 2 changed files with 2,815 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ else
endif

checkout:down fetch build up tests down

# Run doxygen to make API documentation
apidocs:
-@cd docs && doxygen
Loading

0 comments on commit ed87f55

Please sign in to comment.