Move doc files to the doxygen folder.master
parent
6e837e3ec7
commit
62e119b5f4
@ -0,0 +1,12 @@
|
||||
# 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
|
Loading…
Reference in new issue