diff --git a/Source/charon/documentation.DoxyFile b/Source/charon/Doxyfile similarity index 100% rename from Source/charon/documentation.DoxyFile rename to Source/charon/Doxyfile diff --git a/Source/charon/Makefile b/Source/charon/Makefile index 54603fb37..f525822d0 100644 --- a/Source/charon/Makefile +++ b/Source/charon/Makefile @@ -30,7 +30,7 @@ daemon : $(BUILD_DIR)charon testcases : $(BUILD_DIR)run_tests doxygen : - doxygen documentation.DoxyFile + doxygen Doxyfile include $(MAIN_DIR)network/Makefile.network