summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorck <qt-info@nokia.com>2010-01-21 16:17:02 (GMT)
committerck <qt-info@nokia.com>2010-01-21 16:17:02 (GMT)
commit9961bedc868571e4cbf14c6b70fce4d0f21db8a9 (patch)
treec7ee5495216435b3018d9631fde5148a659d7fbf /doc
parent39ddaa4e2c1396dfbf66574cc60ee784fddfdde2 (diff)
downloadQt-9961bedc868571e4cbf14c6b70fce4d0f21db8a9.zip
Qt-9961bedc868571e4cbf14c6b70fce4d0f21db8a9.tar.gz
Qt-9961bedc868571e4cbf14c6b70fce4d0f21db8a9.tar.bz2
QtHelp docs: Fix illegal namespace name.
Task-number: QTBUG-5908 Reviewed-by: kh1
Diffstat (limited to 'doc')
-rw-r--r--doc/src/frameworks-technologies/qthelp.qdoc2
-rw-r--r--doc/src/snippets/code/doc_src_qthelp.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/frameworks-technologies/qthelp.qdoc b/doc/src/frameworks-technologies/qthelp.qdoc
index 079b080..3c80f04 100644
--- a/doc/src/frameworks-technologies/qthelp.qdoc
+++ b/doc/src/frameworks-technologies/qthelp.qdoc
@@ -264,7 +264,7 @@
help collection to keep track of a documentation set without relying
on its file name. The Qt help system uses a namespace as identifier
which is defined by the mandatory namespace tags. In the example
- above, the namespace is "mycompany.com.myapplication.1_0".
+ above, the namespace is "mycompany.com.myapplication.1.0".
\target Virtual Folders
\section2 Virtual Folders
diff --git a/doc/src/snippets/code/doc_src_qthelp.qdoc b/doc/src/snippets/code/doc_src_qthelp.qdoc
index 017879d..f7b880a 100644
--- a/doc/src/snippets/code/doc_src_qthelp.qdoc
+++ b/doc/src/snippets/code/doc_src_qthelp.qdoc
@@ -110,7 +110,7 @@ if (links.count()) {
//! [7]
<?xml version="1.0" encoding="UTF-8"?>
<QtHelpProject version="1.0">
- <namespace>mycompany.com.myapplication.1_0</namespace>
+ <namespace>mycompany.com.myapplication.1.0</namespace>
<virtualFolder>doc</virtualFolder>
<customFilter name="My Application 1.0">
<filterAttribute>myapp</filterAttribute>