Activate the Doxygen documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user