summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-07-09 11:58:17 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-07-09 11:58:17 (GMT)
commit8e1edcd846a46cf55f2f198d3b959498b58fe352 (patch)
tree3852dbd9cf5d6444008959cee550ce6724bd5600 /src/gui
parentad0e8a48eade0b2cdcf10a68f36d911784ff03ab (diff)
downloadQt-8e1edcd846a46cf55f2f198d3b959498b58fe352.zip
Qt-8e1edcd846a46cf55f2f198d3b959498b58fe352.tar.gz
Qt-8e1edcd846a46cf55f2f198d3b959498b58fe352.tar.bz2
doc: Fixed several qdoc warnings.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/text/qtextoption.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/text/qtextoption.cpp b/src/gui/text/qtextoption.cpp
index 8f31e46..9eeec0b 100644
--- a/src/gui/text/qtextoption.cpp
+++ b/src/gui/text/qtextoption.cpp
@@ -392,7 +392,12 @@ QList<QTextOption::Tab> QTextOption::tabs() const
/*!
\fn Tab::Tab(qreal pos, TabType tabType, QChar delim = QChar())
- Creates a tab with the given position, tab type, and (for DelimiterTab) delimiter
+
+ Creates a tab with the given position, tab type, and delimiter
+ (\a pos, \a tabType, \a delim).
+
+ \note \a delim is only used when \a tabType is DelimiterTab.
+
\since 4.7
*/