Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
doxygen/Makefile
- Committer:
- rgrover1
- Date:
- 2015-11-26
- Revision:
- 979:afca129bf85f
- Parent:
- 971:acf895ac7ae4
File content as of revision 979:afca129bf85f:
# Makefile used to generate the API documentation using Doxygen .PHONY: apidoc apidoc_clean all: apidoc apidoc: mkdir -p apidoc doxygen ble.doxyfile apidoc_clean: rm -rf apidoc