diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-06-25 11:29:45 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-06-25 11:29:45 (GMT) |
commit | 451a017e4d819a53d22b5dd5b562f99bda7ac087 (patch) | |
tree | a030d0a896727d604371ed7a2ebaf768435136eb /tools/qdoc3/codechunk.h | |
parent | 7d52e7a2c9cdcdb16ae3d91b7be147a926489fbc (diff) | |
download | Qt-451a017e4d819a53d22b5dd5b562f99bda7ac087.zip Qt-451a017e4d819a53d22b5dd5b562f99bda7ac087.tar.gz Qt-451a017e4d819a53d22b5dd5b562f99bda7ac087.tar.bz2 |
doc: Added more DITA output to the XML generator
Output the \variable stuff as a cxxVariable.
Task-number: QTBUG-11391
Diffstat (limited to 'tools/qdoc3/codechunk.h')
-rw-r--r-- | tools/qdoc3/codechunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/codechunk.h b/tools/qdoc3/codechunk.h index e78873c..a0c554e 100644 --- a/tools/qdoc3/codechunk.h +++ b/tools/qdoc3/codechunk.h @@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE /* The CodeChunk class represents a tiny piece of C++ code. - The class provides convertion between a list of lexemes and a string. It adds + The class provides conversion between a list of lexemes and a string. It adds spaces at the right place for consistent style. The tiny pieces of code it represents are data types, enum values, and default parameter values. |