From 9961bedc868571e4cbf14c6b70fce4d0f21db8a9 Mon Sep 17 00:00:00 2001 From: ck Date: Thu, 21 Jan 2010 17:17:02 +0100 Subject: QtHelp docs: Fix illegal namespace name. Task-number: QTBUG-5908 Reviewed-by: kh1 --- doc/src/frameworks-technologies/qthelp.qdoc | 2 +- doc/src/snippets/code/doc_src_qthelp.qdoc | 2 +- 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] - mycompany.com.myapplication.1_0 + mycompany.com.myapplication.1.0 doc myapp -- cgit v0.12