proc-base: remove doxygen stuff

This commit is contained in:
Robert Hunger
2020-02-06 23:48:12 +01:00
parent ec28da1aff
commit 8ef4d4182d
4 changed files with 1 additions and 340 deletions
-4
View File
@@ -59,10 +59,6 @@ install: $(FULLTARGET)
cp -f $(HEADERS) $(INSTALLINCDIR)/
@echo "#### $< installed ####"
doc:
doxygen ../Doxyfile > /dev/null
@echo "#### $@ done ####"
test: $(TSTTARGET)
(cd tests; $(TSTTARGET))
@echo "#### $< executed ####"