From 922c8f628c27fae17c2d5670d2934cf0c0bd7d25 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Wed, 23 Sep 2015 12:22:37 -0700 Subject: [PATCH] docs: update path to java index in doxygen configuration file Signed-off-by: Mihai Tudor Panu --- doxy/Doxyfile.java.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doxy/Doxyfile.java.in b/doxy/Doxyfile.java.in index a23122d0..3e38d8fd 100644 --- a/doxy/Doxyfile.java.in +++ b/doxy/Doxyfile.java.in @@ -767,7 +767,7 @@ WARN_LOGFILE = INPUT = @CMAKE_CURRENT_SOURCE_DIR@/src/upm.h \ @CMAKE_CURRENT_SOURCE_DIR@/build/src/ \ @CMAKE_CURRENT_SOURCE_DIR@/docs/ \ - @CMAKE_CURRENT_SOURCE_DIR@/docs/README.java.md + @CMAKE_CURRENT_SOURCE_DIR@/doxy/README.java.md # 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 @@ -946,7 +946,7 @@ FILTER_SOURCE_PATTERNS = # (index.html). This can be useful if you have a project on for instance GitHub # and want to reuse the introduction page also for the doxygen output. -USE_MDFILE_AS_MAINPAGE = @CMAKE_CURRENT_SOURCE_DIR@/docs/README.java.md +USE_MDFILE_AS_MAINPAGE = @CMAKE_CURRENT_SOURCE_DIR@/doxy/README.java.md #--------------------------------------------------------------------------- # Configuration options related to source browsing