From aabd54b8bbac44ddaf05ca42cc8cdf5d31f3972b Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Fri, 13 Apr 2012 12:55:56 +0200 Subject: qdoc: Fixed bugs causing invalid DITA XML Fixed a bug in qdoc that caused too many end elements to be generated. Also fixed some doc errors that caused invalid DITA to be generated. Task nr: QTBUG-25302 Change-Id: Ifbbf457d28c51c2691a252888447739da7713bc9 Reviewed-by: Martin Smith Reviewed-by: Casper van Donderen --- src/tools/qdoc/doc/qdoc-manual.qdoc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/tools/qdoc/doc/qdoc-manual.qdoc') diff --git a/src/tools/qdoc/doc/qdoc-manual.qdoc b/src/tools/qdoc/doc/qdoc-manual.qdoc index 29147494fa..fa3301e072 100644 --- a/src/tools/qdoc/doc/qdoc-manual.qdoc +++ b/src/tools/qdoc/doc/qdoc-manual.qdoc @@ -2973,6 +2973,13 @@ * / \endcode + \note This doesn't work in DITA XML, so don't use it because it + produces a DITA XML file that doesn't validate. There probably is + a way to do this in DITA, so if we figure it out, we will put it + in. But this capability is not used anywhere other than right + here, so it probably isn't important. For now, if you use this + option, qdoc will ignore it and produce a list without it. + QDoc renders this as: \list G -- cgit v1.2.3