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.
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: doxygen/Makefile
- Revision:
- 980:07ce7d9ed5ff
- Parent:
- 979:afca129bf85f
- Child:
- 981:8b22f039bfce
--- a/doxygen/Makefile Thu Nov 26 12:52:36 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -# 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 \ No newline at end of file
