diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-09-18 11:37:32 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-09-18 11:37:32 (GMT) |
commit | ed73f806928760ace1d4c7c2a6327875725bcb05 (patch) | |
tree | fe980a1a26aa231212f35810f5be680f3e9fa17b /tools/qdoc3/test | |
parent | 4b8542e958ebced0b324e64291c6d10d79680021 (diff) | |
download | Qt-ed73f806928760ace1d4c7c2a6327875725bcb05.zip Qt-ed73f806928760ace1d4c7c2a6327875725bcb05.tar.gz Qt-ed73f806928760ace1d4c7c2a6327875725bcb05.tar.bz2 |
qdoc: DITA XML generator now uses <section> elements...
...instead of <p> elements with the outputclass attribute
set to some h value. Also added some missing macros to
qt-ditaxml.qdocconf, but there is more to think about here.
Diffstat (limited to 'tools/qdoc3/test')
-rw-r--r-- | tools/qdoc3/test/qt-ditaxml.qdocconf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tools/qdoc3/test/qt-ditaxml.qdocconf b/tools/qdoc3/test/qt-ditaxml.qdocconf index 66f30e3..63baead 100644 --- a/tools/qdoc3/test/qt-ditaxml.qdocconf +++ b/tools/qdoc3/test/qt-ditaxml.qdocconf @@ -9,3 +9,34 @@ outputformats = DITAXML generateindex = true url = . +macro.aacute.DITAXML = "á" +macro.Aring.DITAXML = "Å" +macro.aring.DITAXML = "å" +macro.Auml.DITAXML = "Ä" +macro.author = "\\bold{Author:}" +macro.br.DITAXML = " " +macro.BR.DITAXML = " " +macro.copyright.DITAXML = "©" +macro.eacute.DITAXML = "é" +macro.gui = "\\bold" +macro.hr.DITAXML = "<hr />" +macro.iacute.DITAXML = "í" +macro.key = "\\bold" +macro.menu = "\\bold" +macro.note = "\\bold{Note:}" +macro.oslash.DITAXML = "ø" +macro.ouml.DITAXML = "ö" +macro.QA = "\\e{Qt Assistant}" +macro.QD = "\\e{Qt Designer}" +macro.QL = "\\e{Qt Linguist}" +macro.QQV = "\\e{Qt QML Viewer}" +macro.param = "\\e" +macro.raisedaster.DITAXML = "<sup>*</sup>" +macro.rarrow.DITAXML = "→" +macro.reg.DITAXML = "<sup>®</sup>" +macro.return = "Returns" +macro.starslash = "\\c{*/}" +macro.begincomment = "\\c{/*}" +macro.endcomment = "\\c{*/}" +macro.uuml.DITAXML = "ü" +macro.mdash.DITAXML = "—" |