diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-25 07:01:21 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-25 07:01:21 +0000 |
commit | b14581fee0ef0824b7c7d06f952e31a78842c5c0 (patch) | |
tree | 50a4262ec632dc92e95218ce7e3eb80ea10b5a9c | |
parent | 8205df1ec2669b06354c36fc31f5099351841655 (diff) | |
download | strongswan-b14581fee0ef0824b7c7d06f952e31a78842c5c0.tar.bz2 strongswan-b14581fee0ef0824b7c7d06f952e31a78842c5c0.tar.xz |
- moved to Doxyfile
-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 |