summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/doc.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2011-01-13 09:14:15 (GMT)
committerMartin Smith <martin.smith@nokia.com>2011-01-13 09:14:15 (GMT)
commitf803b62b4526f0f81693a59bdf4b07e36f3900c9 (patch)
tree2fc584411159558e05de5377f4d7f8c57a8c261d /tools/qdoc3/doc.cpp
parentfe8684d338a2344d890f1d5d57d58f21af877346 (diff)
downloadQt-f803b62b4526f0f81693a59bdf4b07e36f3900c9.zip
Qt-f803b62b4526f0f81693a59bdf4b07e36f3900c9.tar.gz
Qt-f803b62b4526f0f81693a59bdf4b07e36f3900c9.tar.bz2
qdoc: Added the \caption command.
And removed some \raw cases. Only 13 raw-html uses remaining. Added the figCaption clause to style.css.
Diffstat (limited to 'tools/qdoc3/doc.cpp')
-rw-r--r--tools/qdoc3/doc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/doc.cpp b/tools/qdoc3/doc.cpp
index f7f537c..b7dba8a 100644
--- a/tools/qdoc3/doc.cpp
+++ b/tools/qdoc3/doc.cpp
@@ -541,7 +541,7 @@ void DocParser::parse(const QString& source,
break;
case CMD_CAPTION:
leavePara();
- /* ... */
+ enterPara(Atom::CaptionLeft, Atom::CaptionRight);
break;
case CMD_CHAPTER:
startSection(Doc::Chapter, cmd);