# Makefile for Doxygen documentation
#

.PHONY: clean 
clean:
	rm -rf output/html output/latex output/xml




