Activate the Doxygen documentation

This commit is contained in:
J.-S. Caux
2018-02-11 19:01:20 +01:00
parent 0559fa9301
commit c95a3e53df
4 changed files with 2506 additions and 0 deletions
+9
View File
@@ -476,7 +476,16 @@ parallel :
###########################################
# Cleanup
.PHONY: clean
clean :
/bin/rm -f $(Objects_ALL)
/bin/rm -f $(LIBDIR)$(VERSION)
/bin/rm -f $(EXECS)
###########################################
# Documentation
.PHONY: docs
docs :
doxygen ABACUS_Doxyfile && make -C docs/latex