From b14581fee0ef0824b7c7d06f952e31a78842c5c0 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 25 Nov 2005 07:01:21 +0000 Subject: [PATCH] - moved to Doxyfile --- Source/charon/{documentation.DoxyFile => Doxyfile} | 0 Source/charon/Makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Source/charon/{documentation.DoxyFile => Doxyfile} (100%) 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