summaryrefslogtreecommitdiffstats
path: root/qtools
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2011-07-27 19:00:12 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2011-07-27 19:00:12 (GMT)
commit3426c85df5daa8d679bc2ed87740ccbc34d6346b (patch)
treee4c6389f90f951bbd01b45ad4377b0b475dd246f /qtools
parent9f83539241a64ce7f74d80c118e555e1fc8f8077 (diff)
downloadDoxygen-3426c85df5daa8d679bc2ed87740ccbc34d6346b.zip
Doxygen-3426c85df5daa8d679bc2ed87740ccbc34d6346b.tar.gz
Doxygen-3426c85df5daa8d679bc2ed87740ccbc34d6346b.tar.bz2
Release-1.7.4-20110727
Diffstat (limited to 'qtools')
-rw-r--r--qtools/Doxyfile8
-rw-r--r--qtools/qthread_unix.cpp1
2 files changed, 5 insertions, 4 deletions
diff --git a/qtools/Doxyfile b/qtools/Doxyfile
index 49929f5..f7b815e 100644
--- a/qtools/Doxyfile
+++ b/qtools/Doxyfile
@@ -131,9 +131,9 @@ IGNORE_PREFIX = Q
#---------------------------------------------------------------------------
GENERATE_HTML = YES
HTML_OUTPUT =
-HTML_FILE_EXTENSION = .xhtml
-HTML_HEADER =
-HTML_FOOTER =
+HTML_FILE_EXTENSION = .html
+HTML_HEADER =
+HTML_FOOTER =
HTML_STYLESHEET =
HTML_EXTRA_FILES =
HTML_COLORSTYLE_HUE = 220
@@ -175,7 +175,7 @@ FORMULA_TRANSPARENT = YES
USE_MATHJAX = NO
MATHJAX_RELPATH = http://www.mathjax.org/mathjax
SEARCHENGINE = YES
-SERVER_BASED_SEARCH = NO
+SERVER_BASED_SEARCH = YES
#---------------------------------------------------------------------------
# configuration options related to the LaTeX output
#---------------------------------------------------------------------------
diff --git a/qtools/qthread_unix.cpp b/qtools/qthread_unix.cpp
index 53242cc..5a7b788 100644
--- a/qtools/qthread_unix.cpp
+++ b/qtools/qthread_unix.cpp
@@ -53,6 +53,7 @@
#include <sys/sysctl.h>
#endif
#include <unistd.h>
+#include <stdio.h>
#include "qthread.h"
#include "qthread_p.h"