Doc: Edited Qt Help page and clarified .qhp file location.
authorJerome Pasion <jerome.pasion@digia.com>
Tue, 12 Feb 2013 16:24:51 +0000 (17:24 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 13 Feb 2013 09:13:21 +0000 (10:13 +0100)
-replaced "html" with "HTML"
-noted that the .qhp files are in the HTML directories

Task-number: QTBUG-29576
Change-Id: I0ba1c9534d730648c25dcdf15fcb1448fa9eb8fc
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
src/assistant/help/doc/src/qthelp.qdoc

index 4e68590..a191b02 100644 (file)
@@ -64,7 +64,7 @@
     help into Qt applications.
 
     The actual help data, meaning the table of contents, index
-    keywords or html documents, is contained in Qt compressed help
+    keywords or HTML documents, is contained in Qt compressed help
     files. So, one such a help file represents usually one manual
     or documentation set. Since most products are more comprehensive
     and consist of a number of tools, one manual is rarely enough.
@@ -85,7 +85,7 @@
     generation of the compressed help file.
 
     As already mentioned, the Qt compressed help file contains all
-    data, so there is no need any longer to ship all single html
+    data, so there is no need any longer to ship all single HTML
     files. Instead, only the compressed help file and optionally the
     collection file has to be distributed. The collection file is
     optional since any existing collection file, e.g. from an older
 
     \section1 Generating Qt Help
 
-    Building help files for the Qt help system assumes that the html
-    documentation files already exist, i.e. the Qt help system does
-    not offer the possibility to create html files like e.g. Doxygen.
+    Building help files for the Qt help system assumes that the HTML
+    documentation files already exist.
 
-    Once the html documentents are in place, a \l {Qt Help Project} file
-    has to be created. After specifying all relevant information in
-    this file, it needs to be compiled by calling:
+    Once the HTML documents are in place, a \l {Qt Help Project} file, with
+    an extension of \c .qhp, has to be created. After specifying all relevant
+    information in this file, it needs to be compiled by calling:
 
-    \snippet doc_src_qthelp.qdoc 2
+    \snippet doc/src/snippets/code/doc_src_qthelp.qdoc 2
 
-    The file 'doc.qch' contains then all html files in compressed
+    The file 'doc.qch' contains then all HTML files in compressed
     form along with the table of contents and index keywords. To
     test if the generated file is correct, open Qt Assistant and
     install the file via the Settings|Documentation page.
 
+    For the standard Qt source build, the .qhp file is generated and placed
+    in the same directory as the HTML pages.
+
     \target Qt Help Collection Project
     \section2 Creating a Qt Help Collection