================
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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to