proc-base: remove doxygen stuff
This commit is contained in:
@@ -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 ####"
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
Reference in New Issue
Block a user