From 6d05f3e01a26fa416c9d0150163db20abac4b4ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 21 Mar 2018 22:11:05 +0100 Subject: New upstream version 0.8.5 --- doc/Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Doxyfile.in') diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 0fe524f..dd0926f 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -2,7 +2,7 @@ # .qhp output GENERATE_QHP = yes -QHP_NAMESPACE = "net.sourceforge.uriparser" +QHP_NAMESPACE = "io.github.uriparser" QHP_VIRTUAL_FOLDER = "uriparser-@VERSION@" # .qch output @@ -280,7 +280,7 @@ WARN_FORMAT = "WARNING: $text ($line, $file)" ############################################################### -INPUT = @ac_abs_confdir@/include @ac_abs_confdir@/doc/Mainpage +INPUT = @ac_abs_confdir@/include @ac_abs_confdir@/doc/Mainpage.txt # The INPUT tag is used to specify the files and/or directories that contain documented source files. You may enter file names like myfile.cpp or directories like /usr/src/myproject. Separate the files or directories with spaces. # # Note: If this tag is empty the current directory is searched. -- cgit v1.2.3