aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-05-24 14:49:23 +0200
committerTobias Brunner <tobias@strongswan.org>2017-05-26 14:36:25 +0200
commitcd0bba90a9d38afd4378ec498802aa05704734d9 (patch)
tree17a1ffbe9769605444303d4fb7b171e2779f1b7e /Doxyfile.in
parent2d5a79bf59643e6ee4fa751ad828b10c054b9393 (diff)
downloadstrongswan-cd0bba90a9d38afd4378ec498802aa05704734d9.tar.bz2
strongswan-cd0bba90a9d38afd4378ec498802aa05704734d9.tar.xz
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.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in2
1 files changed, 1 insertions, 1 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