These files will undergo further re-organization in the coming weeks. It is too early to fix on creating a subfolder for doxygen (as the original pull request suggested).master
parent
6adaa03ed7
commit
fa755f1ab0
@ -1,2 +1,2 @@ |
||||
# Ignore the generated Doxygen output |
||||
/apidoc/ |
||||
apidoc/ |
@ -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
|
Loading…
Reference in new issue