summaryrefslogtreecommitdiffstats
path: root/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2017-01-04 14:06:10 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2017-01-05 10:07:32 +0000
commita2770b85b56a5b2954c2d4995408277faaa43070 (patch)
tree5edc124f70fa7fedb662e3130a2c79a1354913b3 /src/qdoc/doc/qdoc-manual-markupcmds.qdoc
parentfa26283dfa36eba3e71f7c71e27d01f4a28c1d4c (diff)
Doc: QDoc manual: clean up command index
Fix typos and formatting, remove unused \span commands and remarks of items introduced 5 years ago as being 'New'. Also list the \qml command in the command index, and remove a couple of obsolete statements. Change-Id: Iaa7a81889f30e08ea8299bc0e1848c8472efa7e1 Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/qdoc/doc/qdoc-manual-markupcmds.qdoc')
-rw-r--r--src/qdoc/doc/qdoc-manual-markupcmds.qdoc26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
index 4f7cbf735..55b63fff4 100644
--- a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
+++ b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
@@ -39,8 +39,8 @@
\list
\li \l {a-command} {\\a}
\li \l {annotatedlist-command} {\\annotatedlist}
- \li \l {b-command} {\\b} \span {class="newStuff"}
- \li \l {b-command} {\\bold} {(deprecated, use \\b)}
+ \li \l {b-command} {\\b}
+ \li \l {b-command} {\\bold} (deprecated, use \\b)
\li \l {brief-command} {\\brief}
\li \l {c-command} {\\c}
\li \l {caption-command} {\\caption}
@@ -49,13 +49,13 @@
\li \l {codeline-command} {\\codeline}
\li \l {div-command} {\\div}
\li \l {dots-command} {\\dots}
- \li \l {e-command} {\\e} \span {class="newStuff"}
+ \li \l {e-command} {\\e}
\li \l {else-command} {\\else}
\li \l {endif-command} {\\endif}
\li \l {footnote-command} {\\footnote}
\li \l {generatelist-command} {\\generatelist}
\li \l {header-command} {\\header}
- \li \l {e-command} {\\i} \span {class="newStuff"} {(deprecated, use \\e)}
+ \li \l {e-command} {\\i} (deprecated, use \\e)
\li \l {if-command} {\\if}
\li \l {image-command} {\\image}
\li \l {include-command} {\\include}
@@ -64,12 +64,12 @@
\li \l {keyword-command} {\\keyword}
\li \l {l-command} {\\l}
\li \l {legalese-command} {\\legalese}
- \li \l {li-command} {\\li} \span {class="newStuff"}
+ \li \l {li-command} {\\li}
\li \l {list-command} {\\list}
\li \l {meta-command} {\\meta}
\li \l {noautolist-command} {\\noautolist}
\li \l {newcode-command} {\\newcode}
- \li \l {li-command} {\\o} \span {class="newStuff"} {(deprecated, use \\li)}
+ \li \l {li-command} {\\o} (deprecated, use \\li)
\li \l {note-command} {\\note}
\li \l {oldcode-command} {\\oldcode}
\li \l {omit-command} {\\omit}
@@ -77,6 +77,7 @@
\li \l {printline-command} {\\printline}
\li \l {printto-command} {\\printto}
\li \l {printuntil-command} {\\printuntil}
+ \li \l {qml-command}{\\qml}
\li \l {quotation-command} {\\quotation}
\li \l {quotefile-command} {\\quotefile}
\li \l {quotefromfile-command} {\\quotefromfile}
@@ -98,7 +99,7 @@
\li \l {tableofcontents-command} {\\tableofcontents}
\li \l {target-command} {\\target}
\li \l {tt-command} {\\tt}
- \li \l {uicontrol-command} {\\uicontrol} {(new 25/3/2012)}
+ \li \l {uicontrol-command} {\\uicontrol}
\li \l {underline-command} {\\underline}
\li \l {raw-command} {\\unicode}
\li \l {warning-command} {\\warning}
@@ -483,7 +484,7 @@
\endquotation
\target e-command
- \section1 \\e (emphasis, italics) \span {class="newStuff"} {(new 5/3/2012)}
+ \section1 \\e (emphasis, italics)
The \\e command renders its argument in a special font, normally italics. This
command used to be called \\i, which is now deprecated. Use \e for italics.
@@ -1085,13 +1086,12 @@
\section1 \\qml
The \\qml and \\endqml commands enclose a snippet of QML source
- code. Currently, QDoc handles \\qml and \\endqml in exactly the same
- way as \\code and \\endcode.
+ code.
\code
/ *!
\qml
- import QtQuick 1.0
+ import QtQuick 2.0
Row {
Rectangle {
@@ -1112,7 +1112,7 @@
QDoc renders this as:
\qml
- import QtQuick 1.0
+ import QtQuick 2.0
Row {
Rectangle {
@@ -3985,7 +3985,7 @@
\endraw
\target raw-command
- \section1 \\raw \span {class="newStuff"} {(avoid)}
+ \section1 \\raw (avoid)
The \\raw command and the corresponding
\\endraw command delimit a block of raw mark-up language code.