summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2018-01-07 19:30:21 +0100
committerSebastian Pipping <sebastian@pipping.org>2018-01-07 19:30:25 +0100
commit68da8d3ed7f8b8e1a4990dedb2493988afa64890 (patch)
treeb7b5a4620538b506fddc8b1be8a1be15472cfadb
parentbeb27b733c2b2f0860096a11182044e962a6a615 (diff)
downloaduriparser-68da8d3ed7f8b8e1a4990dedb2493988afa64890.tar.gz
doc: Fix integration of Doxygen mainpage
.. for recent Doxygen 1.8.13.
-rw-r--r--ChangeLog1
-rw-r--r--Makefile.am2
-rw-r--r--doc/Doxyfile.in2
-rw-r--r--doc/Mainpage.txt (renamed from doc/Mainpage)0
-rw-r--r--doc/Makefile.am2
5 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2354fac..3b69d69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,7 @@
Thanks to Joel Cunningham for the patches!
* Fixed: Stop exporting internal function RemoveBaseUriImpl
Thanks to Joel Cunningham for the report!
+ * Fixed: API documentation front page no longer empty with Doxygen 1.8.13
* Soname: 1:21:0
2015-10-12 -- 0.8.4
diff --git a/Makefile.am b/Makefile.am
index 7286c47..7ef28f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,7 +78,7 @@ endif
EXTRA_DIST = \
doc/Doxyfile.in \
- doc/Mainpage \
+ doc/Mainpage.txt \
doc/Makefile.am \
doc/Makefile.in \
doc/preprocess.sh \
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 0fe524f..4b7756e 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -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.
diff --git a/doc/Mainpage b/doc/Mainpage.txt
index 3a80e30..3a80e30 100644
--- a/doc/Mainpage
+++ b/doc/Mainpage.txt
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fb9e035..ae5e101 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,7 +4,7 @@ all-local: html/index.html
html/index.html: $(srcdir)/../include/uriparser/*.h \
$(srcdir)/../src/*.c \
$(srcdir)/../src/*.h \
- $(srcdir)/Mainpage
+ $(srcdir)/Mainpage.txt
rm -Rf "$(builddir)/html"
doxygen Doxyfile
touch html/index.html