diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2018-03-21 22:11:05 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2018-03-21 22:11:05 +0100 |
commit | 6d05f3e01a26fa416c9d0150163db20abac4b4ef (patch) | |
tree | b568a83a8759142bd580ee5bd59497092dc9c6f4 /doc/Doxyfile.in | |
parent | bb0fbadacbd603b1e8d258f75ff5ca8ee481feb4 (diff) |
New upstream version 0.8.5upstream/0.8.5
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r-- | doc/Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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.
|