aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-25 07:01:21 +0000
committerMartin Willi <martin@strongswan.org>2005-11-25 07:01:21 +0000
commitb14581fee0ef0824b7c7d06f952e31a78842c5c0 (patch)
tree50a4262ec632dc92e95218ce7e3eb80ea10b5a9c /Source/charon
parent8205df1ec2669b06354c36fc31f5099351841655 (diff)
downloadstrongswan-b14581fee0ef0824b7c7d06f952e31a78842c5c0.tar.bz2
strongswan-b14581fee0ef0824b7c7d06f952e31a78842c5c0.tar.xz
- moved to Doxyfile
Diffstat (limited to 'Source/charon')
-rw-r--r--Source/charon/Doxyfile (renamed from Source/charon/documentation.DoxyFile)0
-rw-r--r--Source/charon/Makefile2
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