From cd0bba90a9d38afd4378ec498802aa05704734d9 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 24 May 2017 14:49:23 +0200 Subject: [PATCH] apidoc: Add legacy README so links get properly resolved Also reorders the input files so the READMEs are listed first in the navigation menu on the left. --- Doxyfile.in | 2 +- README_LEGACY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile.in b/Doxyfile.in index 7608ffef1..6c59d86c9 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -743,7 +743,7 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = @SRC_DIR@/src @SRC_DIR@/README.md +INPUT = @SRC_DIR@/README.md @SRC_DIR@/README_LEGACY.md @SRC_DIR@/src # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses diff --git a/README_LEGACY.md b/README_LEGACY.md index 4610ecb34..9534f6f3f 100644 --- a/README_LEGACY.md +++ b/README_LEGACY.md @@ -1,4 +1,4 @@ -# strongSwan Configuration # +# Legacy strongSwan Configuration # ## Overview ##