diff options
-rw-r--r-- | Source/charon/Doxyfile (renamed from Source/charon/documentation.DoxyFile) | 0 | ||||
-rw-r--r-- | Source/charon/Makefile | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/documentation.DoxyFile b/Source/charon/Doxyfile index f9716e141..f9716e141 100644 --- a/Source/charon/documentation.DoxyFile +++ b/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 |