summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-06-22 09:43:40 +0200
committerKai Koehne <kai.koehne@qt.io>2017-06-22 09:49:18 +0000
commit6da03454544364ffe414b7c03cfcb0810abb43d4 (patch)
treeca9bf58ae671cd077868886a82b106f65be72eaa
parent339930ff95a389745fbd406173fb0232bad433f1 (diff)
downloadqttools-6da03454544364ffe414b7c03cfcb0810abb43d4.tar.gz
Fix qdoc documentation about \e
The \e command was actually applied, which showed "Used for italics". Anyhow, I find the sentence redundant ... Change-Id: I31e8e10d7ee2f00b77ca174b498d5dac029f71be Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io> Reviewed-by: Martin Smith <martin.smith@qt.io>
-rw-r--r--src/qdoc/doc/qdoc-manual-markupcmds.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
index 24dc7158a..b7e854375 100644
--- a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
+++ b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
@@ -488,7 +488,7 @@
\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.
+ command used to be called \\i, which is now deprecated.
If the argument contains spaces or other punctuation, enclose the
argument in curly brackets.