diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-10-20 10:36:14 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-10-20 10:36:14 (GMT) |
commit | c0836f9101f48c3c37ea477c66c49fd3dc08dfb5 (patch) | |
tree | f9daaa6d38982ee354ad5be4131d6fd4904fad38 /tools/qdoc3/doc.h | |
parent | c004bfbfcdb5110ae1545e013ca555a9f4b75337 (diff) | |
download | Qt-c0836f9101f48c3c37ea477c66c49fd3dc08dfb5.zip Qt-c0836f9101f48c3c37ea477c66c49fd3dc08dfb5.tar.gz Qt-c0836f9101f48c3c37ea477c66c49fd3dc08dfb5.tar.bz2 |
qdoc: Fixed some DITA XML validation errors.
Diffstat (limited to 'tools/qdoc3/doc.h')
-rw-r--r-- | tools/qdoc3/doc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/doc.h b/tools/qdoc3/doc.h index 3e76456..cf93151 100644 --- a/tools/qdoc3/doc.h +++ b/tools/qdoc3/doc.h @@ -100,7 +100,7 @@ class Doc bool isEmpty() const; const QString& source() const; const Text& body() const; - Text briefText() const; + Text briefText(bool inclusive = false) const; Text trimmedBriefText(const QString &className) const; Text legaleseText() const; const QString& baseName() const; |