diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2011-07-27 19:00:12 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2011-07-27 19:00:12 (GMT) |
commit | 64f0c97c3adaa28edf6f1da3264621a18c1d1adb (patch) | |
tree | e4c6389f90f951bbd01b45ad4377b0b475dd246f /qtools | |
parent | b655037884e82e257794004d4e88d3a9ed29d5c3 (diff) | |
download | Doxygen-64f0c97c3adaa28edf6f1da3264621a18c1d1adb.zip Doxygen-64f0c97c3adaa28edf6f1da3264621a18c1d1adb.tar.gz Doxygen-64f0c97c3adaa28edf6f1da3264621a18c1d1adb.tar.bz2 |
Release-1.7.4-20110727
Diffstat (limited to 'qtools')
-rw-r--r-- | qtools/Doxyfile | 8 | ||||
-rw-r--r-- | qtools/qthread_unix.cpp | 1 |
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" |