From d76a40d5c915d4e07fde3b776f1cf7a4a22a6ba7 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Wed, 30 Jun 2010 16:51:50 +0000 Subject: [PATCH] Fix generation of Qt Assistant documentation. It turns out that the namespace must be lowercase. --- library/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Doxyfile.in b/library/Doxyfile.in index 0b2494d8..0635bd97 100644 --- a/library/Doxyfile.in +++ b/library/Doxyfile.in @@ -940,7 +940,7 @@ QCH_FILE = polyvox.qch # Qt Help Project output. For more information please see # Qt Help Project / Namespace. -QHP_NAMESPACE = org.thermite3d.PolyVox +QHP_NAMESPACE = org.thermite3d.polyvox # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating # Qt Help Project output. For more information please see