summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2008-09-28 22:18:33 +0000
committerSebastian Pipping <sebastian@pipping.org>2008-09-28 22:18:33 +0000
commit275317a7058aea5128393294467e757ed425344a (patch)
tree003e05827d40eff725900d7542a52bb5ea673fb0 /doc
parentca9bb653504afda546dc786de9c8863446d851d7 (diff)
downloaduriparser-275317a7058aea5128393294467e757ed425344a.tar.gz
Make doxygen output Qt Compressed Help
git-svn-id: https://uriparser.svn.sourceforge.net/svnroot/uriparser/uriparser/trunk@374 119732b9-2324-0410-a8a5-815c10060bbe
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in17
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 9f9b54e..73227bb 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1,6 +1,13 @@
-# Doxyfile for Doxygen 1.4.7
+# Doxyfile for Doxygen 1.5.7
+# .qhp output
+GENERATE_QHP = yes
+QHP_NAMESPACE = "net.sourceforge.uriparser"
+QHP_VIRTUAL_FOLDER = "uriparser-@VERSION@"
+# .qch output
+QCH_FILE = "..\@PACKAGE@-@VERSION@.qch"
+QHG_LOCATION = "qhelpgenerator"
###############################################################
@@ -95,10 +102,6 @@ BUILTIN_STL_SUPPORT = NO
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen treat a multi-line C++ special comment block (i.e. a block of //! or /// comments) as a brief description. This used to be the default behaviour. The new default is to treat a multi-line C++ comment block as a detailed description. Set this tag to YES if you prefer the old behaviour instead. Note that setting this tag to YES also means that rational rose comments are not recognized any more.
-DETAILS_AT_TOP = YES
-# If the DETAILS_AT_TOP tag is set to YES then Doxygen will output the detailed description near the top, like JavaDoc. If set to NO, the detailed description appears after the member documentation.
-
-
# INHERIT_DOCS =
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented member inherits the documentation from any documented member that it re-implements.
@@ -421,10 +424,6 @@ VERBATIM_HEADERS = NO
###############################################################
-ALPHABETICAL_INDEX = NO
-# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all compounds will be generated. Enable this if the project contains a lot of classes, structs, unions or interfaces.
-
-
# COLS_IN_ALPHA_INDEX =
# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in which this list will be split (can be a number in the range [1..20])