[PATCH] Qt Creator help/documentation file for Clang

Konrad Wilhelm Kleine konrad.wilhelm.kleine at gmail.com
Tue Mar 11 01:20:23 PDT 2014



================
Comment at: docs/CMakeLists.txt:29
@@ +28,3 @@
+      "Filename of the Qt Compressed help file")
+    set(CLANG_DOXYGEN_QHP_NAMESPACE "org.llvm.clang" CACHE STRING 
+      "Namespace under which the intermediate Qt Help Project file lives")
----------------
Michael Gottesman wrote:
> I noticed that the previous namespace was org.llvm. Is that correct? Will that cause any conflicts/etc? I don't know that much about QHP, but it just seems like an obvious question.
Both QHP files, the one for LLVM and the Clang one, need to have distinct namespaces, otherwise they cannot be imported by a viewing application like Qt Creator. Therefore, it's correct to pick `org.llvm.clang` as namespace for the CLANG QHP file.


http://llvm-reviews.chandlerc.com/D2965



More information about the cfe-commits mailing list