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 ####"
-10
View File
@@ -1,10 +0,0 @@
/**
* @mainpage PROGC - Labs
*
* @section Purpose
*
* This is a supporting test library for PROGC tests.
*
* This project needs to be built before the labs.
* It provides the needed header files in the include folder and the libraries in the lib folder.
*/